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

Diff for /pegasus/src/Pegasus/Common/CIMObject.cpp between version 1.47 and 1.47.8.1

version 1.47, 2008/12/02 09:00:43 version 1.47.8.1, 2011/10/11 18:18:08
Line 229 
Line 229 
     return CIMObject(_rep->clone());     return CIMObject(_rep->clone());
 } }
  
   void CIMObject::instanceFilter(
       Boolean includeQualifiers,
       Boolean includeClassOrigin,
       const CIMPropertyList & propertyList)
   {
       CheckRep(_rep);
       _rep->instanceFilter(includeQualifiers, includeClassOrigin, propertyList);
   }
   
  
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
 // //


Legend:
Removed from v.1.47  
changed lines
  Added in v.1.47.8.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2