TAO_Implementation_Repository 4.0.3
Loading...
Searching...
No Matches
Classes | Functions
ImR_Activator.cpp File Reference
#include "orbsvcs/Log_Macros.h"
#include "Activator_Options.h"
#include "ImR_Activator_i.h"
#include "Activator_NT_Service.h"
#include "orbsvcs/Shutdown_Utilities.h"

Classes

class  ImR_Activator_Shutdown
 

Functions

int run_standalone (Activator_Options &opts)
 
int run_service ()
 
static int run_service_command (Activator_Options &opts)
 
int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
 

Function Documentation

◆ ACE_TMAIN()

int ACE_TMAIN ( int argc,
ACE_TCHAR * argv[] )

◆ run_service()

int run_service ( )

◆ run_service_command()

static int run_service_command ( Activator_Options & opts)
static

Executes the various commands that are useful for a NT service. Right now these include 'install' and 'remove'. Others, such as 'start' and 'stop' can be added, but the 'net' program in Windows already handles these commands.

◆ run_standalone()

int run_standalone ( Activator_Options & opts)