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

Diff for /pegasus/src/Pegasus/Common/System.h between version 1.16 and 1.17

version 1.16, 2002/01/17 05:33:49 version 1.17, 2002/02/20 23:12:04
Line 33 
Line 33 
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
  
   //
   // Protocal Type
   //
   #define TCP                        "tcp"
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 /** This is an opaque type which is used to represent dynamic library /** This is an opaque type which is used to represent dynamic library
Line 46 
Line 51 
 */ */
 typedef struct DynamicSymbolHandle_* DynamicSymbolHandle; typedef struct DynamicSymbolHandle_* DynamicSymbolHandle;
  
   
 /** The System class defines wrappers for operating system related calls. /** The System class defines wrappers for operating system related calls.
     These are only placed here if they are extremely light. These are     These are only placed here if they are extremely light. These are
     usually just direct wrappers which map more or less one to one to the     usually just direct wrappers which map more or less one to one to the
Line 108 
Line 112 
  
     static String getHostName();     static String getHostName();
  
       static Uint32 lookupPort(
           const char * serviceName,
           Uint32 defaultPort);
   
     static String getCurrentLoginName();     static String getCurrentLoginName();
  
     /**     /**


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2