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

Diff for /pegasus/src/Pegasus/Repository/CIMRepository.h between version 1.48 and 1.49

version 1.48, 2003/10/22 14:26:12 version 1.49, 2003/11/13 16:02:37
Line 489 
Line 489 
         const String& indexFilePath,         const String& indexFilePath,
         const String& instanceFilePath);         const String& instanceFilePath);
  
         /** Check to see if the specified property is in the property list  
             @param prop the specified property  
             @param propertyList the property list  
             @return true        if the property is in the list otherwise false.  
         */  
         Boolean _containsProperty(CIMProperty& prop, const CIMPropertyList& propertyList);  
  
     String _repositoryRoot;     String _repositoryRoot;
     NameSpaceManager _nameSpaceManager;     NameSpaceManager _nameSpaceManager;
Line 503 
Line 497 
     // ConfigManager.     // ConfigManager.
     Boolean _isDefaultInstanceProvider;     Boolean _isDefaultInstanceProvider;
  
         /* Remove all of the qualifers from a class  
         */  
         void _removeAllQualifiers(CIMClass cimClass);  
   
         /* remove all of the qualifiers that are propagated  
         */  
         void _removePropagatedQualifiers(CIMClass cimClass);  
   
   
 protected: protected:
  
     // Used by getInstance(); indicates whether instance should be resolved     // Used by getInstance(); indicates whether instance should be resolved


Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2