Пример #1
0
 bool initService() {
     ServiceController::reportStatus( SERVICE_RUNNING );
     log() << "Service running" << endl;
     initAndListen( cmdLine.port );
     return true;
 }
Пример #2
0
ExitCode initService() {
    return initAndListen(serverGlobalParams.port);
}
Пример #3
0
 void initService() {
     ntservice::reportStatus( SERVICE_RUNNING );
     log() << "Service running" << endl;
     initAndListen(serverGlobalParams.port);
 }
Пример #4
0
Файл: db.cpp Проект: f3lix/mongo
 bool initService() {
     ServiceController::reportStatus( SERVICE_RUNNING );
     initAndListen( cmdLine.port );
     return true;
 }
 void run() {
     initAndListen();
 }