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

Diff for /pegasus/src/Pegasus/Common/CIMInstance.cpp between version 1.37 and 1.38

version 1.37, 2003/10/22 14:26:02 version 1.38, 2004/07/01 01:11:44
Line 216 
Line 216 
         throw UninitializedObjectException();         throw UninitializedObjectException();
 } }
  
   
   void CIMInstance::filter(Boolean includeQualifiers, Boolean includeClassOrigin,
                           const CIMPropertyList& propertyList)
   {
       _checkRep();
       _rep->filter(includeQualifiers, includeClassOrigin, propertyList);
   }
   
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
 // //
 // CIMConstInstance // CIMConstInstance


Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2