Sync with 5.4.0
[deliverable/titan.core.git] / mctr2 / mctr / UserInterface.cc
CommitLineData
970ed795 1///////////////////////////////////////////////////////////////////////////////
3abe9331 2// Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
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//
3abe9331 13// Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
14//
15//----------------------------------------------------------------------------
16#include "UserInterface.h"
17
18using namespace mctr;
19
20//----------------------------------------------------------------------------
21
22UserInterface::~UserInterface()
23{
24
25}
26
27//----------------------------------------------------------------------------
28
29void 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.038123 seconds and 5 git commands to generate.