Titan Core Initial Contribution
[deliverable/titan.core.git] / mctr2 / mctr / UserInterface.cc
diff --git a/mctr2/mctr/UserInterface.cc b/mctr2/mctr/UserInterface.cc
new file mode 100644 (file)
index 0000000..55eaee2
--- /dev/null
@@ -0,0 +1,39 @@
+///////////////////////////////////////////////////////////////////////////////
+// Copyright (c) 2000-2014 Ericsson Telecom AB
+// All rights reserved. This program and the accompanying materials
+// are made available under the terms of the Eclipse Public License v1.0
+// which accompanies this distribution, and is available at
+// http://www.eclipse.org/legal/epl-v10.html
+///////////////////////////////////////////////////////////////////////////////
+//
+// Description:           Implementation file for UserInterface
+// Author:                Vilmos Varga
+// mail:                  ethvva@eth.ericsson.se
+//
+// Copyright Ericsson Telecom AB 2000-2014
+//
+//----------------------------------------------------------------------------
+#include "UserInterface.h"
+
+using namespace mctr;
+
+//----------------------------------------------------------------------------
+
+UserInterface::~UserInterface()
+{
+
+}
+
+//----------------------------------------------------------------------------
+
+void UserInterface::initialize()
+{
+
+}
+
+//----------------------------------------------------------------------------
+// Local Variables:
+// mode: C++
+// indent-tabs-mode: nil
+// c-basic-offset: 4
+// End:
This page took 0.029047 seconds and 5 git commands to generate.