summaryrefslogtreecommitdiff
path: root/orkbasecxx/messages/InitMsg.cpp
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.cpp
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.cpp')
-rw-r--r--orkbasecxx/messages/InitMsg.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/orkbasecxx/messages/InitMsg.cpp b/orkbasecxx/messages/InitMsg.cpp
index 35a03be..f5de4a5 100644
--- a/orkbasecxx/messages/InitMsg.cpp
+++ b/orkbasecxx/messages/InitMsg.cpp
@@ -18,7 +18,6 @@ InitMsg::InitMsg()
m_tcpPort = 59140;
m_fileServePort = 8080;
m_streamingPort = 59120;
- m_local = false;
m_sshPort = 22;
}
@@ -37,7 +36,6 @@ void InitMsg::Define(Serializer* s)
s->StringValue(SERVE_PATH_PARAM, m_servePath);
s->StringValue(ABSOLUTE_PATH_PARAM, m_absolutePath);
s->IntValue(STREAMING_PORT_PARAM, m_streamingPort);
- s->BoolValue(LOCAL_PARAM, m_local);
s->StringValue(USERNAME_PARAM, m_username);
s->StringValue(PASSWORD_PARAM, m_password);
s->IntValue(SSH_PORT_PARAM, m_sshPort);