/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/DistBoss/DistBossServer/DistBossServer-00-00-04/src/ServerMain.cxx File Reference

#include "DistBossServer/DistBossServer.h"
#include <iostream>

Go to the source code of this file.

Functions

int main (int argc, char *argv[])


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 4 of file ServerMain.cxx.

References DistBossServer::run().

00005 {
00006    if ( argc != 2 ) {
00007       std::cout << "Usage: " << argv[0] << " jobOptions.txt" << std::endl;
00008       exit(1);
00009    }
00010 
00011    DistBossServer server( argv[1] );
00012 
00013    server.run();
00014 
00015    return 0;
00016 }


Generated on Tue Nov 29 23:14:56 2016 for BOSS_7.0.2 by  doxygen 1.4.7