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

Diff for /pegasus/src/Pegasus/Compiler/cimmofRepository.cpp between version 1.18.6.1 and 1.19

version 1.18.6.1, 2005/01/10 04:23:18 version 1.19, 2005/02/05 23:00:05
Line 1 
Line 1 
 //%2004////////////////////////////////////////////////////////////////////////  //%2005////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
Line 6 
Line 6 
 // IBM Corp.; EMC Corporation, The Open Group. // IBM Corp.; EMC Corporation, The Open Group.
 // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.; // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
 // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; VERITAS Software Corporation; The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 49 
Line 51 
  
 PEGASUS_USING_PEGASUS; PEGASUS_USING_PEGASUS;
  
 cimmofRepository::cimmofRepository(const String &path, const CIMRepository_Mode Mode,  compilerCommonDefs::operationType ot) :  cimmofRepository::cimmofRepository(const String &path,
                                      compilerCommonDefs::operationType ot) :
   _cimrepository(0), _context(0), _ot(ot)   _cimrepository(0), _context(0), _ot(ot)
 { {
   // don't catch the exceptions that might be thrown.  They should go up.   // don't catch the exceptions that might be thrown.  They should go up.
   if (_ot != compilerCommonDefs::IGNORE_REPOSITORY) {   if (_ot != compilerCommonDefs::IGNORE_REPOSITORY) {
     _cimrepository = new CIMRepository(path, Mode );      _cimrepository = new CIMRepository(path + "/repository");
   }   }
   _context = new compilerDeclContext(_cimrepository, _ot);   _context = new compilerDeclContext(_cimrepository, _ot);
   if (_cimrepository)   if (_cimrepository)


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2