(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.23 and 1.24

version 1.23, 2006/01/30 16:16:48 version 1.24, 2006/11/07 21:30:36
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Mike Brasher (mbrasher@bmc.com)  
 //  
 // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company  
 //                (carolann_graves@hp.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include "DeclContext.h" #include "DeclContext.h"
Line 56 
Line 51 
     const CIMNamespaceName& nameSpace,     const CIMNamespaceName& nameSpace,
     const CIMQualifierDecl& x)     const CIMQualifierDecl& x)
 { {
     if (!lookupQualifierDecl(nameSpace, x.getName()).isUninitialized()){      if (!lookupQualifierDecl(nameSpace, x.getName()).isUninitialized())
         //l10n      {
                 //throw AlreadyExistsException("declaration of qualifier \"" +          MessageLoaderParms parms(
                        //x.getName().getString () + "\"");              "Common.DeclContext.DECLARATION_OF_QUALIFIER",
         MessageLoaderParms parms("Common.DeclContext.DECLARATION_OF_QUALIFIER",  
                                                          "declaration of qualifier \"$0\"",                                                          "declaration of qualifier \"$0\"",
                                                          x.getName().getString());                                                          x.getName().getString());
         throw AlreadyExistsException(parms);         throw AlreadyExistsException(parms);
Line 73 
Line 67 
     const CIMNamespaceName& nameSpace,     const CIMNamespaceName& nameSpace,
     const CIMClass& x)     const CIMClass& x)
 { {
     if (!lookupClass(nameSpace, x.getClassName()).isUninitialized()){      if (!lookupClass(nameSpace, x.getClassName()).isUninitialized())
         //l10n      {
                 //throw AlreadyExistsException          MessageLoaderParms parms(
             //("class \"" + x.getClassName().getString () + "\"");              "Common.DeclContext.CLASS",
         MessageLoaderParms parms("Common.DeclContext.CLASS",  
                                                          "class \"$0\"",                                                          "class \"$0\"",
                                                          x.getClassName().getString());                                                          x.getClassName().getString());
         throw AlreadyExistsException(parms);         throw AlreadyExistsException(parms);


Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2