VirtualBox

Ignore:
Timestamp:
Aug 21, 2008 5:16:02 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35134
Message:

API/xpcom: prefix any C symbols in VBoxXPCOM.so, to avoid namespace pollution. Enabled only on Linux at the moment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/io/nsIStringStream.idl

    r1 r11551  
    101101#include "nsString.h"
    102102
     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
    103110//-----------------------------------------------------------------------------
    104111// Factory method to get an nsInputStream from an nsAString.  Result will
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette