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

Diff for /pegasus/src/Pegasus/Common/Constants.h between version 1.101 and 1.101.4.4

version 1.101, 2006/12/08 18:35:42 version 1.101.4.4, 2007/12/14 20:47:55
Line 377 
Line 377 
     extern const CIMNamespaceName PEGASUS_NAMESPACENAME_CIMQUERYCAPABILITIES;     extern const CIMNamespaceName PEGASUS_NAMESPACENAME_CIMQUERYCAPABILITIES;
 #endif #endif
  
   /**
       An EnumerateInstances operation on the __Namespace class returns the
       "child" namespaces of the namespace in which the operation is requested.
       Since there is no universal top-level namespace, one cannot find all
       namespaces by enumerating the __Namespace class.  To circumvent this
       problem, a virtual top-level namespace is introduced.  An enumeration of
       __Namespace in the virtual top-level namespace returns all namespaces.
   */
   PEGASUS_COMMON_LINKAGE
       extern const CIMNamespaceName PEGASUS_VIRTUAL_TOPLEVEL_NAMESPACE;
   
 // //
 // HTTP Header Tags, Status Codes, and Reason Phrases // HTTP Header Tags, Status Codes, and Reason Phrases
 // //
Line 426 
Line 437 
 #define SNMP_TRAP_DEFAULT_PORT 162 #define SNMP_TRAP_DEFAULT_PORT 162
  
  
   /*
    * Default timeout value for SSL accept pending
    */
   
   #define PEGASUS_SSL_ACCEPT_TIMEOUT_SECONDS 5
   
   
 // //
 // Wbem service names // Wbem service names
 // //
Line 501 
Line 519 
 #  undef PEGASUS_PAM_STANDALONE_PROC_NAME #  undef PEGASUS_PAM_STANDALONE_PROC_NAME
 #  define PEGASUS_PAM_STANDALONE_PROC_NAME  \ #  define PEGASUS_PAM_STANDALONE_PROC_NAME  \
     "/opt/freeware/cimom/pegasus/bin/cimservera"     "/opt/freeware/cimom/pegasus/bin/cimservera"
   #  undef PEGASUS_PROVIDER_AGENT_PROC_NAME
   #  define PEGASUS_PROVIDER_AGENT_PROC_NAME  \
       "/opt/freeware/cimom/pegasus/bin/cimprovagt"
 # elif defined(PEGASUS_OS_LINUX) && !defined(PEGASUS_OS_LSB) # elif defined(PEGASUS_OS_LINUX) && !defined(PEGASUS_OS_LSB)
 #  undef CIMSERVER_LOCK_FILE #  undef CIMSERVER_LOCK_FILE
 #  define CIMSERVER_LOCK_FILE               \ #  define CIMSERVER_LOCK_FILE               \
Line 589 
Line 610 
 #  undef PEGASUS_PROVIDER_AGENT_PROC_NAME #  undef PEGASUS_PROVIDER_AGENT_PROC_NAME
 #  define PEGASUS_PROVIDER_AGENT_PROC_NAME  "/wbem_var/opt/wbem/bin/cimprovagt" #  define PEGASUS_PROVIDER_AGENT_PROC_NAME  "/wbem_var/opt/wbem/bin/cimprovagt"
 # elif defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM) # elif defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM)
   #  undef CIMSERVER_LOCK_FILE
   #  define CIMSERVER_LOCK_FILE               "/var/wbem/cimserver_start.lock"
 #  undef PEGASUS_REPOSITORY_DIR #  undef PEGASUS_REPOSITORY_DIR
 #  define PEGASUS_REPOSITORY_DIR            "/var/wbem/repository" #  define PEGASUS_REPOSITORY_DIR            "/var/wbem/repository"
 #  undef PEGASUS_CURRENT_CONFIG_FILE_PATH #  undef PEGASUS_CURRENT_CONFIG_FILE_PATH


Legend:
Removed from v.1.101  
changed lines
  Added in v.1.101.4.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2