9 #ifndef assistantLicServerInfo_H_
10 #define assistantLicServerInfo_H_
16 #include <vlutil/vlString.h>
36 MAKRti::DtString string()
const;
42 int serverPort()
const;
45 void setServerPort(
int port );
48 MAKRti::DtString serverName()
const;
51 void setServerName(
const MAKRti::DtString& name );
Stores the information on a license server known by the Assistant.
Definition: assistantLicServerInfo.h:19
#define DT_DLL_ASSISTANT
_WIN32
Definition: rtiMsConfig.h:121
MAKRti::DtString myServerName
License server name.
Definition: assistantLicServerInfo.h:59
std::set< DtLicServerInfo > DtLicServerSet
Definition: assistantLicServerInfo.h:62
int myServerPort
License server port.
Definition: assistantLicServerInfo.h:56