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

Diff for /pegasus/src/Pegasus/Common/System.cpp between version 1.32 and 1.33

version 1.32, 2005/10/31 16:36:50 version 1.33, 2005/11/10 18:57:26
Line 230 
Line 230 
         {         {
             ipAddress.assign(gottenIPAdress);             ipAddress.assign(gottenIPAdress);
         }         }
   #elif defined(PEGASUS_OS_OS400)
           char * gottenIPAdress = NULL;
           gottenIPAdress = ::inet_ntoa( inaddr );
   
           if (gottenIPAdress != NULL)
           {
               EtoA(gottenIPAdress);
               ipAddress.assign(gottenIPAdress);
           }
 #else #else
         ipAddress = ::inet_ntoa( inaddr );         ipAddress = ::inet_ntoa( inaddr );
 #endif #endif


Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2