15 #ifndef __igtlSessionManager_h
16 #define __igtlSessionManager_h
46 void SetHostname(
const char * str) {this->m_Hostname = str; this->m_ConfigurationUpdated =
true; }
47 const char *
GetHostname() {
return this->m_Hostname.c_str(); }
48 void SetPort(
int p) { this->m_Port = p; this->m_ConfigurationUpdated =
true; }
53 void SetMode(
int m) {this->m_Mode = m; this->m_ConfigurationUpdated =
true; }
96 #endif // __igtlSessionManager_h