(file) Return to cimserver_os400.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Server / Attic

Diff for /pegasus/src/Server/Attic/cimserver_os400.cpp between version 1.18 and 1.18.2.2

version 1.18, 2003/10/22 14:26:19 version 1.18.2.2, 2003/11/06 19:01:23
Line 306 
Line 306 
 //////////////////////////////////////////////////// ////////////////////////////////////////////////////
 Boolean isCIMServerRunning(void) Boolean isCIMServerRunning(void)
 { {
   #pragma convert(37)
   // Construct a ycmJob object   // Construct a ycmJob object
   ycmJob cppJob(YCMJOB_SRVNAME_10, YCMJOB_SRVUSER_10);   ycmJob cppJob(YCMJOB_SRVNAME_10, YCMJOB_SRVUSER_10);
  
Line 319 
Line 319 
   }   }
  
   return false;   return false;
   #pragma convert(0)
 } }
  
 //////////////////////////////////////////////////// ////////////////////////////////////////////////////
Line 359 
Line 360 
         AtoE(rc_tmp);  // qycmctlcim wants ebcdic         AtoE(rc_tmp);  // qycmctlcim wants ebcdic
         write(fifo,rc_tmp,strlen(rc_tmp));         write(fifo,rc_tmp,strlen(rc_tmp));
     }     }
   
       exit(rc);
 } }
  
 //////////////////////////////////////////////////// ////////////////////////////////////////////////////


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.18.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2