Ejemplo n.º 1
0
// Platform specific run
int ServerProcess::platform_run( int argc, char** argv, Boolean shutdownOption )
{
    return cimserver_run( argc, argv, shutdownOption );
}
Ejemplo n.º 2
0
// Platform specific run
int ServerProcess::platform_run( int argc, char** argv, Boolean shutdownOption )
{
//  newPortNumber = "";
//  pegasusTrace = "";
  return cimserver_run( argc, argv, shutdownOption );
}