Debugger - Stage 3 (artf511247)
[deliverable/titan.core.git] / mctr2 / mctr / UserInterface.cc
CommitLineData
d44e3c4f 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 ******************************************************************************/
970ed795
EL
16//
17// Description: Implementation file for UserInterface
970ed795
EL
18//----------------------------------------------------------------------------
19#include "UserInterface.h"
20
21using namespace mctr;
22
23//----------------------------------------------------------------------------
24
25UserInterface::~UserInterface()
26{
27
28}
29
30//----------------------------------------------------------------------------
31
32void UserInterface::initialize()
33{
34
35}
36
f08ff9ca
BB
37void UserInterface::executeBatchFile(const char* /* filename */)
38{
39 error(/* severity */ 0, "This user interface does not support batch files.");
40}
41
970ed795
EL
42//----------------------------------------------------------------------------
43// Local Variables:
44// mode: C++
45// indent-tabs-mode: nil
46// c-basic-offset: 4
47// End:
This page took 0.038134 seconds and 5 git commands to generate.