Changeset 32780 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Sep 27, 2010 7:00:22 PM (14 years ago)
- Location:
- trunk/src/VBox/Main/webservice
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r32567 r32780 954 954 const com::Guid &iid) 955 955 { 956 com::ErrorInfo info(pObj, iid );956 com::ErrorInfo info(pObj, iid.ref()); 957 957 958 958 WEBDEBUG((" error, raising SOAP exception\n")); -
trunk/src/VBox/Main/webservice/vboxweb.h
r30681 r32780 306 306 // QueryInterface tests whether p actually supports the templated T interface desired by caller 307 307 T *pT; 308 pobjUnknown->QueryInterface(guidCaller , (void**)&pT); // this adds a reference count308 pobjUnknown->QueryInterface(guidCaller.ref(), (void**)&pT); // this adds a reference count 309 309 if (pT) 310 310 {
Note:
See TracChangeset
for help on using the changeset viewer.