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

Diff for /pegasus/src/Pegasus/Common/SystemWindows.cpp between version 1.21 and 1.22

version 1.21, 2002/03/19 22:56:00 version 1.22, 2002/03/21 18:49:58
Line 173 
Line 173 
     return hostname;     return hostname;
 } }
  
   String System::getFullyQualifiedHostName ()
   {
       //
       //  ATTN: Implement this method to return the fully qualified host name
       //
       return String::EMPTY;
   }
   
   String System::getSystemCreationClassName ()
   {
       //
       //  ATTN: Implement this method to return the system creation class name
       //
       return String::EMPTY;
   }
   
 Uint32 System::lookupPort( Uint32 System::lookupPort(
     const char * serviceName,     const char * serviceName,
     Uint32 defaultPort)     Uint32 defaultPort)


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2