]> Dogcows Code - chaz/yoink/blob - src/Moof/Service.cc
packet copy bugfix
[chaz/yoink] / src / Moof / Service.cc
1
2 /*] Copyright (c) 2009-2010, Charles McGarvey [**************************
3 **] All rights reserved.
4 *
5 * vi:ts=4 sw=4 tw=75
6 *
7 * Distributable under the terms and conditions of the 2-clause BSD license;
8 * see the file COPYING for a complete text of the license.
9 *
10 **************************************************************************/
11
12 #include "Service.hh"
13
14
15 namespace Mf {
16
17
18 ServiceBroadcaster::ServiceBroadcaster(const std::string& name)
19 {
20 }
21
22 void ServiceBroadcaster::update(Scalar t, Scalar dt)
23 {
24 }
25
26
27 ServiceLocator::ServiceLocator(const std::string& name)
28 {
29 }
30
31 void ServiceLocator::update(Scalar t, Scalar dt)
32 {
33 }
34
35
36 } // namespace Mf
37
This page took 0.032154 seconds and 5 git commands to generate.