Changeset 11551 in vbox for trunk/src/libs/xpcom18a4/nsprpub/pr/include/prtrace.h
- Timestamp:
- Aug 21, 2008 5:16:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/include/prtrace.h
r1 r11551 98 98 #include "prtime.h" 99 99 100 #ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP 101 #define PR_CreateTrace VBoxNsprPR_CreateTrace 102 #define PR_DestroyTrace VBoxNsprPR_DestroyTrace 103 #define PR_Trace VBoxNsprPR_Trace 104 #define PR_SetTraceOption VBoxNsprPR_SetTraceOption 105 #define PR_GetTraceOption VBoxNsprPR_GetTraceOption 106 #define PR_GetTraceHandleFromName VBoxNsprPR_GetTraceHandleFromName 107 #define PR_GetTraceNameFromHandle VBoxNsprPR_GetTraceNameFromHandle 108 #define PR_FindNextTraceQname VBoxNsprPR_FindNextTraceQname 109 #define PR_FindNextTraceRname VBoxNsprPR_FindNextTraceRname 110 #define PR_RecordTraceEntries VBoxNsprPR_RecordTraceEntries 111 #define PR_GetTraceEntries VBoxNsprPR_GetTraceEntries 112 #endif /* VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */ 113 100 114 PR_BEGIN_EXTERN_C 101 115
Note:
See TracChangeset
for help on using the changeset viewer.