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

Diff for /pegasus/src/Pegasus/Repository/FileBasedStore.h between version 1.9.8.2 and 1.10

version 1.9.8.2, 2013/06/03 22:36:27 version 1.10, 2011/06/16 11:32:04
Line 71 
Line 71 
         const CIMNamespaceName& nameSpace,         const CIMNamespaceName& nameSpace,
         Boolean shareable,         Boolean shareable,
         Boolean updatesAllowed);         Boolean updatesAllowed);
   
     void modifyNameSpaceName(  
         const CIMNamespaceName& nameSpace,  
         const CIMNamespaceName& newNameSpaceName);  
   
     void deleteNameSpace(const CIMNamespaceName& nameSpace);     void deleteNameSpace(const CIMNamespaceName& nameSpace);
     Boolean isNameSpaceEmpty(const CIMNamespaceName& nameSpace);     Boolean isNameSpaceEmpty(const CIMNamespaceName& nameSpace);
  
Line 319 
Line 314 
     void _removeInstanceAssociationEntries(     void _removeInstanceAssociationEntries(
         const CIMNamespaceName& nameSpace,         const CIMNamespaceName& nameSpace,
         const CIMObjectPath& assocInstanceName);         const CIMObjectPath& assocInstanceName);
     void _SaveObject(const String& path,  
         Buffer& objectXml);  
  
     String _repositoryPath;     String _repositoryPath;
     ObjectStreamer* _streamer;     ObjectStreamer* _streamer;
 #ifdef PEGASUS_ENABLE_COMPRESSED_REPOSITORY  
     Boolean _compressMode;     Boolean _compressMode;
 #endif  
     Boolean _storeCompleteClasses;     Boolean _storeCompleteClasses;
  
     /**     /**


Legend:
Removed from v.1.9.8.2  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2