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

Diff for /pegasus/src/Pegasus/Compiler/cimmofRepositoryInterface.h between version 1.19 and 1.20

version 1.19, 2008/12/02 09:01:21 version 1.20, 2012/12/05 21:10:53
Line 85 
Line 85 
         };         };
         cimmofRepositoryInterface();         cimmofRepositoryInterface();
         virtual ~cimmofRepositoryInterface();         virtual ~cimmofRepositoryInterface();
           /*
               Initialize a repository
               @param type repository type defines whether client, local or
               MRR repository is to be initialized
               @param location String defining location of the repository. The
               exact format depends on type paramter
               @param mode
               @param ot operationType
               @param descriptions bool that defines whether descripton
               qualifiers are to be included in the compiled output. This
               parameter is used ONLY for MMR compilations.
           */
         void init(_repositoryType type, String location, Uint32 mode,         void init(_repositoryType type, String location, Uint32 mode,
                 compilerCommonDefs::operationType ot, bool descriptions);                 compilerCommonDefs::operationType ot, bool descriptions);
         Boolean ok() const         Boolean ok() const


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2