top
|
up
|
prev
|
next
BuildProjectClientCommand Class
Definition at line
68
of
ClientCommand.hpp
Constructors
BuildProjectClientCommand
(
const
std::string& projectFilePath_,
const
std::string& serverName_)
Member Functions
void
Execute
()
override
Member Variables
std::string
projectFilePath
std::string
serverName
Constructor Details
BuildProjectClientCommand Constructor
cmajor::build::BuildProjectClientCommand::BuildProjectClientCommand(
const
std::string& projectFilePath_,
const
std::string& serverName_)
Definition at line
138
of
ClientCommand.cpp
:
138
:
139
projectFilePath
(
GetFilePath
(
projectFilePath_
)
)
,
serverName
(
serverName_
)
140
{
141
}
Declaration at line
71
of
ClientCommand.hpp
Member Function Details
Execute Member Function
void
cmajor::build::BuildProjectClientCommand::Execute()
override
Definition at line
143
of
ClientCommand.cpp
Declaration at line
72
of
ClientCommand.hpp
Base class overridden functions:
cmajor::build::ClientCommand::Execute
Calls:
cmajor::build::Connection::Close
,
cmajor::build::Connection::ServerAlive
,
cmajor::build::Connection::SetServerAlive
top
|
up
|
prev
|
next