Changeset 32780 in vbox for trunk/src/VBox/Main/webservice/vboxweb.h
- Timestamp:
- Sep 27, 2010 7:00:22 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66229
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.