You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2003/01/14 16:32:45 UTC

cvs commit: xml-xerces/c/samples/SEnumVal SEnumVal.cpp

knoaman     2003/01/14 07:32:45

  Modified:    c/samples/SEnumVal SEnumVal.cpp
  Log:
  [Bug 16024] SchemaSymbols.hpp conflicts C++ Builder 6 dir.h
  
  Revision  Changes    Path
  1.14      +7 -4      xml-xerces/c/samples/SEnumVal/SEnumVal.cpp
  
  Index: SEnumVal.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SEnumVal/SEnumVal.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- SEnumVal.cpp	5 Nov 2002 21:46:20 -0000	1.13
  +++ SEnumVal.cpp	14 Jan 2003 15:32:45 -0000	1.14
  @@ -57,6 +57,9 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.14  2003/01/14 15:32:45  knoaman
  + * [Bug 16024] SchemaSymbols.hpp conflicts C++ Builder 6 dir.h
  + *
    * Revision 1.13  2002/11/05 21:46:20  tng
    * Explicit code using namespace in application.
    *
  @@ -327,13 +330,13 @@
   			cout << "Misc. Flags:\t";
   		}
   
  -        if ( mflags & SchemaSymbols::NILLABLE )
  +        if ( mflags & SchemaSymbols::XSD_NILLABLE )
   			cout << "Nillable ";
   
  -		if ( mflags & SchemaSymbols::ABSTRACT )
  +		if ( mflags & SchemaSymbols::XSD_ABSTRACT )
   			cout << "Abstract ";
   
  -		if ( mflags & SchemaSymbols::FIXED )
  +		if ( mflags & SchemaSymbols::XSD_FIXED )
   			cout << "Fixed ";
   
   		if( mflags !=0 )
  
  
  

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