Changeset 11585 in vbox for trunk/src/libs/xpcom18a4/xpcom
- Timestamp:
- Aug 22, 2008 7:23:25 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35204
- Location:
- trunk/src/libs/xpcom18a4/xpcom/io
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/io/nsEscape.h
r1 r11585 45 45 #include "nsError.h" 46 46 #include "nsString.h" 47 48 #ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP 49 #define nsEscape VBoxNsxpnsEscape 50 #define nsUnescape VBoxNsxpnsUnescape 51 #define nsUnescapeCount VBoxNsxpnsUnescapeCount 52 #define nsEscapeHTML VBoxNsxpnsEscapeHTML 53 #define nsEscapeHTML2 VBoxNsxpnsEscapeHTML2 54 #endif /* VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */ 47 55 48 56 /** -
trunk/src/libs/xpcom18a4/xpcom/io/nsFastLoadPtr.h
r1 r11585 58 58 #endif 59 59 60 #ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP 61 #define gFastLoadService_ VBoxNsxpgFastLoadService_ 62 #endif /* VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */ 63 60 64 /** 61 65 * nsFastLoadPtr is a template class, so we don't want a class static service
Note:
See TracChangeset
for help on using the changeset viewer.