(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.2 and 1.3

version 1.2, 2001/02/19 01:47:16 version 1.3, 2001/02/20 05:16:57
Line 23 
Line 23 
 // Author: // Author:
 // //
 // $Log$ // $Log$
   // Revision 1.3  2001/02/20 05:16:57  mike
   // Implemented CIMInstance::getInstanceName()
   //
 // Revision 1.2  2001/02/19 01:47:16  mike // Revision 1.2  2001/02/19 01:47:16  mike
 // Renamed names of the form CIMConst to ConstCIM. // Renamed names of the form CIMConst to ConstCIM.
 // //
Line 120 
Line 123 
  
     CIMProperty getProperty(Uint32 pos);     CIMProperty getProperty(Uint32 pos);
  
     CIMConstProperty getProperty(Uint32 pos) const      ConstCIMProperty getProperty(Uint32 pos) const
     {     {
         return ((CIMClassRep*)this)->getProperty(pos);         return ((CIMClassRep*)this)->getProperty(pos);
     }     }
Line 160 
Line 163 
         return new CIMClassRep(*this);         return new CIMClassRep(*this);
     }     }
  
       /** Return the names of all properties which bear a true key qualifier.
           Sort the keys in ascending order.
       */
     void getKeyNames(Array<String>& keyNames) const;     void getKeyNames(Array<String>& keyNames) const;
  
 private: private:


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2