Sync with 5.4.0
[deliverable/titan.core.git] / mctr2 / mctr / UserInterface.cc
1 ///////////////////////////////////////////////////////////////////////////////
2 // Copyright (c) 2000-2015 Ericsson Telecom AB
3 // All rights reserved. This program and the accompanying materials
4 // are made available under the terms of the Eclipse Public License v1.0
5 // which accompanies this distribution, and is available at
6 // http://www.eclipse.org/legal/epl-v10.html
7 ///////////////////////////////////////////////////////////////////////////////
8 //
9 // Description: Implementation file for UserInterface
10 // Author: Vilmos Varga
11 // mail: ethvva@eth.ericsson.se
12 //
13 // Copyright (c) 2000-2015 Ericsson Telecom AB
14 //
15 //----------------------------------------------------------------------------
16 #include "UserInterface.h"
17
18 using namespace mctr;
19
20 //----------------------------------------------------------------------------
21
22 UserInterface::~UserInterface()
23 {
24
25 }
26
27 //----------------------------------------------------------------------------
28
29 void UserInterface::initialize()
30 {
31
32 }
33
34 //----------------------------------------------------------------------------
35 // Local Variables:
36 // mode: C++
37 // indent-tabs-mode: nil
38 // c-basic-offset: 4
39 // End:
This page took 0.045223 seconds and 5 git commands to generate.