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

Diff for /pegasus/src/Pegasus/Common/Config.h between version 1.84 and 1.85

version 1.84, 2012/03/30 08:03:45 version 1.85, 2012/06/21 08:00:19
Line 324 
Line 324 
 ** This value can be overridden platform specific by defining the macro in ** This value can be overridden platform specific by defining the macro in
 ** the corresponding PEGASUS_PLATFORM_*.h file. ** the corresponding PEGASUS_PLATFORM_*.h file.
 */ */
   
   
 #ifndef PEGASUS_PG_OBJECTMANAGER_ELEMENTNAME #ifndef PEGASUS_PG_OBJECTMANAGER_ELEMENTNAME
 # ifdef PEGASUS_FLAVOR # ifdef PEGASUS_FLAVOR
 #  define PEGASUS_PG_OBJECTMANAGER_ELEMENTNAME PEGASUS_FLAVOR"-pegasus" #  define PEGASUS_PG_OBJECTMANAGER_ELEMENTNAME PEGASUS_FLAVOR"-pegasus"
Line 334 
Line 332 
 # endif # endif
 #endif #endif
  
   /*
   ** PEGASUS_INSTANCEID_GLOBAL_PREFIX
   ** This macro is used to create the Name property on the PG_ObjectManager
   ** instance. This value is also used in SLP announcement for service-id.
   **
   ** This value can be overridden platform specific by defining the macro in
   ** the corresponding PEGASUS_PLATFORM_*.h file.
   */
   #ifndef PEGASUS_INSTANCEID_GLOBAL_PREFIX
   # ifdef PEGASUS_FLAVOR
   #  define PEGASUS_INSTANCEID_GLOBAL_PREFIX "PG-"PEGASUS_FLAVOR
   # else
   #  define PEGASUS_INSTANCEID_GLOBAL_PREFIX "PG"
   # endif
   #endif
  
 #endif  /* Pegasus_Config_h */ #endif  /* Pegasus_Config_h */


Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2