Changeset 26226 in vbox for trunk/src/VBox
- Timestamp:
- Feb 3, 2010 10:11:49 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57258
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Doxyfile
r25960 r26226 1221 1221 RTR3DECL \ 1222 1222 RTR0DECL \ 1223 RT GCDECL \1223 RTRCDECL \ 1224 1224 RTDECL \ 1225 1225 RTDATADECL \ -
trunk/src/VBox/Runtime/gc/initterm-gc.cpp
r13813 r26226 70 70 * @param u64ProgramStartNanoTS The startup timestamp. 71 71 */ 72 RT GCDECL(int) RTRCInit(uint64_t u64ProgramStartNanoTS)72 RTRCDECL(int) RTRCInit(uint64_t u64ProgramStartNanoTS) 73 73 { 74 74 /* … … 87 87 * Terminates the raw-mode context runtime library. 88 88 */ 89 RT GCDECL(void) RTRCTerm(void)89 RTRCDECL(void) RTRCTerm(void) 90 90 { 91 91 /* do nothing */
Note:
See TracChangeset
for help on using the changeset viewer.