(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.17 and 1.18

version 1.17, 2002/08/20 17:39:37 version 1.18, 2002/09/13 21:40:42
Line 49 
Line 49 
 { {
     if (!lookupQualifierDecl(nameSpace, x.getName()).isUninitialized())     if (!lookupQualifierDecl(nameSpace, x.getName()).isUninitialized())
         throw AlreadyExistsException("declaration of qualifier \"" +         throw AlreadyExistsException("declaration of qualifier \"" +
                                          x.getName() + "\"");                                           x.getName().getString () + "\"");
  
     _qualifierDeclarations.append(QPair(nameSpace, x));     _qualifierDeclarations.append(QPair(nameSpace, x));
 } }
Line 59 
Line 59 
     const CIMClass& x)     const CIMClass& x)
 { {
     if (!lookupClass(nameSpace, x.getClassName()).isUninitialized())     if (!lookupClass(nameSpace, x.getClassName()).isUninitialized())
         throw AlreadyExistsException("class \"" + x.getClassName() + "\"");          throw AlreadyExistsException
               ("class \"" + x.getClassName().getString () + "\"");
  
     _classDeclarations.append(CPair(nameSpace, x));     _classDeclarations.append(CPair(nameSpace, x));
 } }


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2