(file) Return to IndicationMessageConstants.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / IndicationService / Attic

Diff for /pegasus/src/Pegasus/IndicationService/Attic/IndicationMessageConstants.h between version 1.10 and 1.11

version 1.10, 2006/01/30 16:17:55 version 1.11, 2006/09/05 18:04:35
Line 41 
Line 41 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
  
   /* Normallyit is not good practice to put static constants into headers because
      the footprint grows with each use of the header.  In this case, there is only
      one use of this header so it is actually a smaller footprint to use the header
      file than define extern definitions.  If this header is EVER used in more than
      one cpp file, it should be modified to create a .cpp file for the definitions.
   */
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2