summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/ECConfigurator/ECDriver.cpp
blob: d3a60da1b23c73d030542619e212cc12465f7dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// $Id$

#include "ECDriver.h"

ECDriver::ECDriver (void)
{
}

ECDriver::~ECDriver (void)
{
}

ECTestDriver::ECTestDriver (void)
{
}

ECTestDriver::~ECTestDriver (void)
{
}

bool
ECTestDriver::get_time_master (void) const
{
  return this->time_master;
}

void
ECTestDriver::set_time_master (bool tm)
{
  this->time_master = tm;
}