Updated timestamps
[deliverable/titan.core.git] / mctr2 / mctr / UserInterface.cc
1 /******************************************************************************
2 * Copyright (c) 2000-2016 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 * Contributors:
9 * Balasko, Jeno
10 * Bene, Tamas
11 * Lovassy, Arpad
12 * Szabo, Janos Zoltan – initial implementation
13 * Vilmos Varga - author
14 *
15 ******************************************************************************/
16 //
17 // Description: Implementation file for UserInterface
18 //----------------------------------------------------------------------------
19 #include "UserInterface.h"
20
21 using namespace mctr;
22
23 //----------------------------------------------------------------------------
24
25 UserInterface::~UserInterface()
26 {
27
28 }
29
30 //----------------------------------------------------------------------------
31
32 void UserInterface::initialize()
33 {
34
35 }
36
37 //----------------------------------------------------------------------------
38 // Local Variables:
39 // mode: C++
40 // indent-tabs-mode: nil
41 // c-basic-offset: 4
42 // End:
This page took 0.032449 seconds and 5 git commands to generate.