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

Diff for /pegasus/src/Pegasus/Common/CIMClassRep.h between version 1.21 and 1.24

version 1.21, 2002/03/30 19:09:55 version 1.24, 2002/05/15 08:11:50
Line 66 
Line 66 
  
     void addMethod(const CIMMethod& x);     void addMethod(const CIMMethod& x);
  
     Uint32 findMethod(const String& name);      Uint32 findMethod(const String& name) const;
  
     Uint32 findMethod(const String& name) const      Boolean existsMethod(const String& name) const;
     {  
         return ((CIMClassRep*)this)->findMethod(name);  
     }  
   
     Boolean existsMethod(const String& name);  
   
     Boolean existsMethod(const String& name) const  
     {  
         return ((CIMClassRep*)this)->existsMethod(name);  
     }  
  
     CIMMethod getMethod(Uint32 pos);     CIMMethod getMethod(Uint32 pos);
  
Line 95 
Line 85 
         DeclContext* context,         DeclContext* context,
         const String& nameSpace);         const String& nameSpace);
  
     Boolean identical(const CIMClassRep* x) const;      virtual Boolean identical(const CIMObjectRep* x) const;
  
     void toXml(Array<Sint8>& out) const;     void toXml(Array<Sint8>& out) const;
  
     void print(PEGASUS_STD(ostream)& os = PEGASUS_STD(cout)) const;  
   
     void toMof(Array<Sint8>& out) const;     void toMof(Array<Sint8>& out) const;
  
     void printMof(PEGASUS_STD(ostream)& os = PEGASUS_STD(cout)) const;     void printMof(PEGASUS_STD(ostream)& os = PEGASUS_STD(cout)) const;
Line 120 
Line 108 
  
     CIMClassRep(const CIMClassRep& x);     CIMClassRep(const CIMClassRep& x);
  
       // This method is declared and made private so that the compiler does
       // not implicitly define a default copy constructor.
     CIMClassRep& operator=(const CIMClassRep& x)     CIMClassRep& operator=(const CIMClassRep& x)
     {     {
           PEGASUS_ASSERT(0);
         return *this;         return *this;
     }     }
  


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2