X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FService.cc;fp=src%2FMoof%2FService.cc;h=43689afdee09a0c62975f2ce92298d581b5f3613;hp=0000000000000000000000000000000000000000;hb=7ade2da0367685e098181d7124c9ba145a010626;hpb=264bdbb09bc86797f1f80d151ac408cb780b9355 diff --git a/src/Moof/Service.cc b/src/Moof/Service.cc new file mode 100644 index 0000000..43689af --- /dev/null +++ b/src/Moof/Service.cc @@ -0,0 +1,37 @@ + +/*] Copyright (c) 2009-2010, Charles McGarvey [************************** +**] All rights reserved. +* +* vi:ts=4 sw=4 tw=75 +* +* Distributable under the terms and conditions of the 2-clause BSD license; +* see the file COPYING for a complete text of the license. +* +**************************************************************************/ + +#include "Service.hh" + + +namespace Mf { + + +ServiceBroadcaster::ServiceBroadcaster(const std::string& name) +{ +} + +void ServiceBroadcaster::update(Scalar t, Scalar dt) +{ +} + + +ServiceLocator::ServiceLocator(const std::string& name) +{ +} + +void ServiceLocator::update(Scalar t, Scalar dt) +{ +} + + +} // namespace Mf +