At 09.25 22/12/2003 -0700, Stephanie L Milchak wrote:

Okay, let's say that I have this in my header file:

[...]
XERCES_CPP_NAMESPACE_USE

// I now have to qualify this class since it's defined in another xerces file.
class xercesc::InputSource;

If you want to specify that InputSource is in the Xerces namespace, you can use this fragment


XERCES_CPP_NAMESPACE_BEGIN
class InputSource;
XERCES_CPP_NAMESPACE_END

Alberto


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to