(file) Return to CIMName.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/CIMName.h between version 1.17 and 1.19

version 1.17, 2002/07/30 16:14:53 version 1.19, 2002/08/08 18:30:00
Line 107 
Line 107 
 }; };
  
 #if 0 #if 0
   // Defining this causes ambiguous operator== errors between String and CIMName
   PEGASUS_COMMON_LINKAGE Boolean operator==(
       const CIMName& name1,
       const CIMName& name2);
   #endif
   
   #if 0
 PEGASUS_COMMON_LINKAGE PEGASUS_STD(ostream)& operator<<( PEGASUS_COMMON_LINKAGE PEGASUS_STD(ostream)& operator<<(
     PEGASUS_STD(ostream)& os,     PEGASUS_STD(ostream)& os,
     const CIMName& name);     const CIMName& name);
Line 124 
Line 131 
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
  
 /** /**
     The CIMNameSpace class defines methods for handling CIM namespace names.      The CIMNamespaceName class defines methods for handling CIM namespace names.
     <p>     <p>
     A CIM namespace name must match the following expression:     A CIM namespace name must match the following expression:
     <PRE>     <PRE>


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2