(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.14 and 1.15

version 1.14, 2006/04/18 19:08:42 version 1.15, 2006/10/17 21:42:45
Line 65 
Line 65 
  
 void void
 cimmofRepositoryInterface::init(_repositoryType type, String location, cimmofRepositoryInterface::init(_repositoryType type, String location,
                                 const CIMRepository_Mode Mode,                                  Uint32 mode,
                                 compilerCommonDefs::operationType ot)                                 compilerCommonDefs::operationType ot)
 { {
   String message;   String message;
Line 77 
Line 77 
     const String NameSpace = p->getDefaultNamespacePath();     const String NameSpace = p->getDefaultNamespacePath();
     if (location != "") {     if (location != "") {
       try {       try {
         _repository = new cimmofRepository(location, Mode,  _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.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2