(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.22

version 1.21, 2002/03/30 19:09:55 version 1.22, 2002/05/02 18:05:38
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 120 
Line 110 
  
     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.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2