summaryrefslogtreecommitdiff
path: root/orkbasecxx/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/Config.h')
-rw-r--r--orkbasecxx/Config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/orkbasecxx/Config.h b/orkbasecxx/Config.h
index 50271c9..1e0ac8b 100644
--- a/orkbasecxx/Config.h
+++ b/orkbasecxx/Config.h
@@ -86,6 +86,10 @@
#define REMOTE_PROCESSING_TCP_PORT_DEFAULT 20000
#define REMOTE_PROCESSING_SERVICE_NAME_PARAM "RemoteProcessingServiceName"
#define REMOTE_PROCESSING_SERVICE_NAME_DEFAULT "orkaudio"
+#define COMMAND_LINE_SERVER_PORT_PARAM "CommandLineServerPort"
+#define COMMAND_LINE_SERVER_PORT_DEFAULT 59130
+#define HTTP_SERVER_PORT_PARAM "HttpServerPort"
+#define HTTP_SERVER_PORT_DEFAULT 59140
class DLL_IMPORT_EXPORT_ORKBASE Config : public Object
{
@@ -136,6 +140,8 @@ public:
CStdString m_remoteProcessingHostname;
int m_remoteProcessingTcpPort;
CStdString m_remoteProcessingServiceName;
+ int m_commandLineServerPort;
+ int m_httpServerPort;
private:
log4cxx::LoggerPtr m_log;