- Timestamp:
- May 20, 2015 9:36:09 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100496
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/com.cpp
r55809 r55987 404 404 #endif /* (VBOX_WITH_XPCOM) */ 405 405 406 /**407 * Used by ComPtr and friends to log details about reference counting.408 * @param pcszFormat409 */410 void LogRef(const char *pcszFormat, ...)411 {412 char *pszNewMsg;413 va_list args;414 va_start(args, pcszFormat);415 RTStrAPrintfV(&pszNewMsg, pcszFormat, args);416 LogDJ((pszNewMsg));417 RTStrFree(pszNewMsg);418 va_end(args);419 }420 421 406 } /* namespace com */
Note:
See TracChangeset
for help on using the changeset viewer.