Return P4PORT from P4Task
Signed-off-by: Miguel González <miguel.gonzalez@unity3d.com>
This commit is contained in:
Родитель
0e370eb3aa
Коммит
c548971096
|
@ -134,6 +134,11 @@ void P4Task::SetP4Port(const std::string& p)
|
|||
SetOnline(false);
|
||||
}
|
||||
|
||||
std::string P4Task::GetP4Port()
|
||||
{
|
||||
return m_PortConfig;
|
||||
}
|
||||
|
||||
void P4Task::SetP4User(const std::string& u)
|
||||
{
|
||||
m_Client.SetUser(u.c_str());
|
||||
|
|
|
@ -20,6 +20,7 @@ public:
|
|||
|
||||
// Setup
|
||||
void SetP4Port(const std::string& p);
|
||||
std::string GetP4Port();
|
||||
void SetP4User(const std::string& u);
|
||||
std::string GetP4User();
|
||||
void SetP4Client(const std::string& c);
|
||||
|
|
Загрузка…
Ссылка в новой задаче