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

Diff for /pegasus/src/Pegasus/Common/DeclContext.cpp between version 1.2 and 1.3

version 1.2, 2001/02/16 02:06:06 version 1.3, 2001/04/25 22:20:55
Line 1 
Line 1 
 //BEGIN_LICENSE  //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000 The Open Group, BMC Software, Tivoli Systems, IBM // Copyright (c) 2000 The Open Group, BMC Software, Tivoli Systems, IBM
 // //
Line 17 
Line 17 
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
 // //
 //END_LICENSE  //==============================================================================
 //BEGIN_HISTORY  
 // //
 // Author:  // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // $Log$  // Modified By:
 // Revision 1.2  2001/02/16 02:06:06  mike  
 // Renamed many classes and headers.  
 // //
 // Revision 1.1.1.1  2001/01/14 19:51:13  mike  //%/////////////////////////////////////////////////////////////////////////////
 // Pegasus import  
 //  
 //  
 //END_HISTORY  
  
 #include "DeclContext.h" #include "DeclContext.h"
 #include "CIMName.h" #include "CIMName.h"
Line 57 
Line 50 
     _qualifierDeclarations.append(QPair(nameSpace, x));     _qualifierDeclarations.append(QPair(nameSpace, x));
 } }
  
 void SimpleDeclContext::addClassDecl(  void SimpleDeclContext::addClass(
     const String& nameSpace,     const String& nameSpace,
     const CIMClass& x)     const CIMClass& x)
 { {
     if (lookupClassDecl(nameSpace, x.getClassName()))      if (lookupClass(nameSpace, x.getClassName()))
         throw AlreadyExists();         throw AlreadyExists();
  
     _classDeclarations.append(CPair(nameSpace, x));     _classDeclarations.append(CPair(nameSpace, x));
Line 87 
Line 80 
     return CIMQualifierDecl();     return CIMQualifierDecl();
 } }
  
 CIMClass SimpleDeclContext::lookupClassDecl(  CIMClass SimpleDeclContext::lookupClass(
     const String& nameSpace,     const String& nameSpace,
     const String& name) const     const String& name) const
 { {


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2