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

Diff for /pegasus/src/Pegasus/Common/XmlConstants.h between version 1.5 and 1.9

version 1.5, 2003/09/19 21:33:00 version 1.9, 2005/02/05 22:59:24
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2005////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,  // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // The Open Group, Tivoli Systems  // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
   // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation, The Open Group.
   // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   // 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 89 
Line 95 
 static const char MISSING_ELEMENT_REQ [] = static const char MISSING_ELEMENT_REQ [] =
     "expected SIMPLEREQ or MULTIREQ element";     "expected SIMPLEREQ or MULTIREQ element";
  
   //l10n
   static const char MISSING_ELEMENT_REQ_KEY [] =
           "Common.XmlConstants.MISSING_ELEMENT_REQ";
   
 /** /**
  *  *
  *  Exception message string indicating missing <LOCALCLASSPATH> or  *  Exception message string indicating missing <LOCALCLASSPATH> or
Line 98 
Line 108 
 static const char MISSING_ELEMENT_LOCALPATH [] = static const char MISSING_ELEMENT_LOCALPATH [] =
     "expected LOCALCLASSPATH or LOCALINSTANCEPATH element";     "expected LOCALCLASSPATH or LOCALINSTANCEPATH element";
  
   //l10n
   static const char MISSING_ELEMENT_LOCALPATH_KEY [] =
           "Common.XmlConstants.MISSING_ELEMENT_LOCALPATH_KEY";
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
 #endif /* Pegasus_XmlConstants_h */ #endif /* Pegasus_XmlConstants_h */


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2