(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.10 and 1.10.6.1

version 1.10, 2004/10/17 20:39:36 version 1.10.6.1, 2005/01/10 04:23:18
Line 45 
Line 45 
 #include "cimmofMessages.h" #include "cimmofMessages.h"
 #include "cimmofRepositoryInterface.h" #include "cimmofRepositoryInterface.h"
  
   
 PEGASUS_USING_PEGASUS; PEGASUS_USING_PEGASUS;
  
 cimmofRepositoryInterface::cimmofRepositoryInterface() : cimmofRepositoryInterface::cimmofRepositoryInterface() :
Line 63 
Line 64 
  
 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 74 
Line 76 
     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.10  
changed lines
  Added in v.1.10.6.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2