Changeset 8247 in vbox for trunk/include
- Timestamp:
- Apr 21, 2008 6:03:21 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29984
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r8245 r8247 1076 1076 1077 1077 1078 #ifndef IN_GC 1079 /** 1080 * Sets the default logger instance. 1081 * 1082 * @returns The old default instance. 1083 * @param pLogger The new default logger instance. 1084 */ 1085 RTDECL(PRTLOGGER) RTLogSetDefaultInstance(PRTLOGGER pLogger); 1086 #endif /* !IN_GC */ 1078 1087 1079 1088 /**
Note:
See TracChangeset
for help on using the changeset viewer.