Changeset 11551 in vbox for trunk/src/libs/xpcom18a4/xpcom/io
- Timestamp:
- Aug 21, 2008 5:16:02 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35134
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/io/nsIStringStream.idl
r1 r11551 101 101 #include "nsString.h" 102 102 103 #ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP 104 #define NS_NewByteInputStream VBoxNsxpNS_NewByteInputStream 105 #define NS_NewCStringInputStream VBoxNsxpNS_NewCStringInputStream 106 #define NS_NewCharInputStream VBoxNsxpNS_NewCharInputStream 107 #define NS_NewStringInputStream VBoxNsxpNS_NewStringInputStream 108 #endif /* VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */ 109 103 110 //----------------------------------------------------------------------------- 104 111 // Factory method to get an nsInputStream from an nsAString. Result will
Note:
See TracChangeset
for help on using the changeset viewer.