summaryrefslogtreecommitdiff
path: root/orkbasecxx/messages/InitMsg.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-12-03 22:06:59 +0200
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-12-03 22:06:59 +0200
commit62bd277292494772b3b92ff9bd76dc64f80795db (patch)
treebedd48a44464d91f85f03782e52da34a2af2cd17 /orkbasecxx/messages/InitMsg.h
parentc40d8adf40f048e3a435fdc7c32f2cef42c5ea7c (diff)
parente727d533a411c5625d6c1361f3b5ee4bb514cb89 (diff)
Merge branch 'master' into autotoolsautotools
* Re-fixing build issues * add messages/InitMsg.h to be installed as well.
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;