summaryrefslogtreecommitdiff
path: root/orkbasecxx/messages/InitMsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/messages/InitMsg.h')
-rw-r--r--orkbasecxx/messages/InitMsg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/orkbasecxx/messages/InitMsg.h b/orkbasecxx/messages/InitMsg.h
index f0e1584..f594829 100644
--- a/orkbasecxx/messages/InitMsg.h
+++ b/orkbasecxx/messages/InitMsg.h
@@ -15,7 +15,7 @@
#define INIT_MESSAGE_NAME "init"
#define NAME_PARAM "name"
#define HOSTNAME_PARAM "hostname"
-#define TYPE_PARAM "type"
+#define TYPE_PARAM "servicetype"
#define TCP_PORT_PARAM "tcpport"
#define PROTOCOL_PARAM "protocol"
#define FILE_SERVE_PORT_PARAM "fileserveport"
@@ -23,7 +23,6 @@
#define SERVE_PATH_PARAM "servepath"
#define ABSOLUTE_PATH_PARAM "absolutepath"
#define STREAMING_PORT_PARAM "streamingport"
-#define LOCAL_PARAM "local"
#define USERNAME_PARAM "username"
#define PASSWORD_PARAM "password"
#define SSH_PORT_PARAM "sshport"
@@ -50,7 +49,6 @@ public:
CStdString m_servePath;
CStdString m_absolutePath;
int m_streamingPort;
- bool m_local;
CStdString m_username;
CStdString m_password;
int m_sshPort;