(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.1 and 1.9.8.2

version 1.9.8.1, 2011/10/11 18:18:26 version 1.9.8.2, 2013/06/03 22:36:27
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 314 
Line 319 
     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.1  
changed lines
  Added in v.1.9.8.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2