summaryrefslogtreecommitdiff
path: root/orkbasecxx/messages/InitMsg.h
diff options
context:
space:
mode:
authorhenrih <henrih@09dcff7a-b715-0410-9601-b79a96267cd0>2009-11-27 17:34:40 +0000
committerhenrih <henrih@09dcff7a-b715-0410-9601-b79a96267cd0>2009-11-27 17:34:40 +0000
commitccc632e59adaa4bdb44905a7291dbecae45dd33e (patch)
tree8567119d47754f5ac3346992e993b6989ed53e9c /orkbasecxx/messages/InitMsg.h
parentbf511fd69435522beec7a19e2d74f565317006f7 (diff)
Removed "local" parameter from the InitMsg, since we do not yet implement a proper mechanism for determining it.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@656 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/messages/InitMsg.h')
-rw-r--r--orkbasecxx/messages/InitMsg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/orkbasecxx/messages/InitMsg.h b/orkbasecxx/messages/InitMsg.h
index 27e3ed3..f594829 100644
--- a/orkbasecxx/messages/InitMsg.h
+++ b/orkbasecxx/messages/InitMsg.h
@@ -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;