top
| up
| prev
| next
ServerCommand Abstract Class
Definition at line 14
of ServerCommand.hpp
Constructors
Member Functions
Constructor Details
ServerCommand Constructor
cmajor::build::ServerCommand::ServerCommand()
Definition at line 30
of ServerCommand.cpp
:
31 {
32 }
Declaration at line 17
of ServerCommand.hpp
Member Function Details
Execute Member Function
void
cmajor::build::ServerCommand::Execute() pure virtual
Definition at line 19
of ServerCommand.hpp
Derived class overrides: cmajor::build::AddServerServerCommand::Execute
, cmajor::build::RemoveServerServerCommand::Execute
, cmajor::build::RunServerServerCommand::Execute
, cmajor::build::ShowConfigurationServerCommand::Execute
top
| up
| prev
| next