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

Diff for /pegasus/src/Pegasus/Compiler/cimmofRepositoryInterface.cpp between version 1.11 and 1.12

version 1.11, 2005/02/05 23:00:05 version 1.12, 2005/02/16 00:10:08
Line 65 
Line 65 
  
 void void
 cimmofRepositoryInterface::init(_repositoryType type, String location, cimmofRepositoryInterface::init(_repositoryType type, String location,
                                   const CIMRepository_Mode Mode,
                                 compilerCommonDefs::operationType ot)                                 compilerCommonDefs::operationType ot)
 { {
   String message;   String message;
Line 76 
Line 77 
     const String NameSpace = p->getDefaultNamespacePath();     const String NameSpace = p->getDefaultNamespacePath();
     if (location != "") {     if (location != "") {
       try {       try {
       _repository = new cimmofRepository(location, _ot);          _repository = new cimmofRepository(location, Mode,  _ot);
       } catch(Exception &e) {       } catch(Exception &e) {
         arglist.append(location);         arglist.append(location);
         arglist.append(e.getMessage());         arglist.append(e.getMessage());


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2