summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ivy/IvyApplication.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx
index c9ba0e4..c4de075 100644
--- a/Ivy/IvyApplication.cxx
+++ b/Ivy/IvyApplication.cxx
@@ -67,8 +67,9 @@ IvyApplication::~IvyApplication()
// IvyApplication member functions
-void IvyApplication::Create(const char* host, UINT & port)
+void IvyApplication::Create(const char* host, UINT & port, const char* name)
{
+ appname = name;
// Exception to catch
CBufferedSocket::Create();
Connect(host, port);