(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.68 and 1.69

version 1.68, 2006/09/27 20:13:22 version 1.69, 2006/10/17 21:42:46
Line 62 
Line 62 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 class CIMRepository_Mode {  
  public:  
   int flag;  
   enum {  
     NONE = 0,  
     BIN = 1,  
     COMPRESSED = 2,  
     INDEXED = 4,  
     UNUSED1 = 8,  
     UNUSED2 = 16,  
     UNUSED3 = 32,  
     UNUSED4 = 64,  
     ANY = 0xFF  
   };  
 };  
   
   
 class RepositoryDeclContext; class RepositoryDeclContext;
 class compilerDeclContext; class compilerDeclContext;
  
Line 89 
Line 72 
 { {
 public: public:
  
       enum CIMRepositoryMode
       {
           MODE_DEFAULT = 0,
           MODE_XML = 1,
           MODE_BIN = 2,
           MODE_COMPRESSED = 4
       };
   
     /// Constructor     /// Constructor
     CIMRepository(const String& repositoryRoot);      CIMRepository(
     CIMRepository(const String& repositoryRoot, const CIMRepository_Mode Mode);          const String& repositoryRoot,
           Uint32 mode = CIMRepository::MODE_DEFAULT);
  
     /// Descructor     /// Descructor
     virtual ~CIMRepository();     virtual ~CIMRepository();


Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2