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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierDeclRep.h between version 1.11.2.1 and 1.18

version 1.11.2.1, 2001/08/01 13:36:51 version 1.18, 2002/05/17 16:58:07
Line 34 
Line 34 
 #include <Pegasus/Common/CIMValue.h> #include <Pegasus/Common/CIMValue.h>
 #include <Pegasus/Common/Sharable.h> #include <Pegasus/Common/Sharable.h>
 #include <Pegasus/Common/Array.h> #include <Pegasus/Common/Array.h>
 #include <Pegasus/Common/Pair.h>  
 #include <Pegasus/Common/Sharable.h>  
 #include <Pegasus/Common/Exception.h> #include <Pegasus/Common/Exception.h>
 #include <Pegasus/Common/CIMFlavor.h> #include <Pegasus/Common/CIMFlavor.h>
 #include <Pegasus/Common/CIMScope.h> #include <Pegasus/Common/CIMScope.h>
Line 101 
Line 99 
  
     void toMof(Array<Sint8>& out) const;     void toMof(Array<Sint8>& out) const;
  
     void print(PEGASUS_STD(ostream) &o=PEGASUS_STD(cout)) const;  
   
     Boolean identical(const CIMQualifierDeclRep* x) const;     Boolean identical(const CIMQualifierDeclRep* x) const;
  
     CIMQualifierDeclRep* clone() const     CIMQualifierDeclRep* clone() const
Line 116 
Line 112 
  
     CIMQualifierDeclRep(const CIMQualifierDeclRep& x);     CIMQualifierDeclRep(const CIMQualifierDeclRep& x);
  
     CIMQualifierDeclRep& operator=(const CIMQualifierDeclRep& x);      // This method is declared and made private so that the compiler does
       // not implicitly define a default copy constructor.
       CIMQualifierDeclRep& operator=(const CIMQualifierDeclRep& x)
       {
           //PEGASUS_ASSERT(0);
           return *this;
       }
  
     String _name;     String _name;
     CIMValue _value;     CIMValue _value;


Legend:
Removed from v.1.11.2.1  
changed lines
  Added in v.1.18

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2