]> Dogcows Code - chaz/yoink/blob - src/Moof/Service.cc
a5fae0f33862c05fd0d251e97593baca008ac881
[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 ServiceFinder::ServiceFinder(const std::string& service, int type)
19 {
20 }
21
22 void ServiceFinder::update(Scalar t, Scalar dt)
23 {
24 }
25
26
27 } // namespace Mf
28
This page took 0.033407 seconds and 3 git commands to generate.