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

Diff for /pegasus/src/Pegasus/Common/CIMObject.h between version 1.8 and 1.9

version 1.8, 2001/12/25 04:42:51 version 1.9, 2002/01/07 21:14:28
Line 108 
Line 108 
  
     /** Accessor.     /** Accessor.
     */     */
           const CIMReference & getPath(void) const
           {
           _checkRep();
           return _rep->getPath();
           }
   
       /** Accessor.
       */
     const String& getClassName() const     const String& getClassName() const
     {     {
         _checkRep();         _checkRep();
Line 442 
Line 450 
         Dec(_rep);         Dec(_rep);
     }     }
  
           const CIMReference & getPath(void) const
           {
           _checkRep();
           return _rep->getPath();
           }
   
     const String& getClassName() const     const String& getClassName() const
     {     {
         _checkRep();         _checkRep();


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2