You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2006/10/16 18:13:26 UTC

svn commit: r464543 - /xerces/c/trunk/swig/perl/Handler/PerlEntityResolverHandler.hpp

Author: amassari
Date: Mon Oct 16 09:13:25 2006
New Revision: 464543

URL: http://svn.apache.org/viewvc?view=rev&rev=464543
Log:
Move the forward reference inside the namespace, or MSVC will complain

Modified:
    xerces/c/trunk/swig/perl/Handler/PerlEntityResolverHandler.hpp

Modified: xerces/c/trunk/swig/perl/Handler/PerlEntityResolverHandler.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/swig/perl/Handler/PerlEntityResolverHandler.hpp?view=diff&rev=464543&r1=464542&r2=464543
==============================================================================
--- xerces/c/trunk/swig/perl/Handler/PerlEntityResolverHandler.hpp (original)
+++ xerces/c/trunk/swig/perl/Handler/PerlEntityResolverHandler.hpp Mon Oct 16 09:13:25 2006
@@ -23,9 +23,9 @@
 #include "xercesc/util/XMLString.hpp"
 #include "xercesc/util/XMLEntityResolver.hpp"
 
-class XMLResourceIdentifier;
-
 XERCES_CPP_NAMESPACE_BEGIN
+
+class XMLResourceIdentifier;
 
 class PerlEntityResolverHandler: public EntityResolver
 			       , public XMLEntityResolver



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org