X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FService.cc;h=a5fae0f33862c05fd0d251e97593baca008ac881;hp=43689afdee09a0c62975f2ce92298d581b5f3613;hb=c78934a448d0126709fccec3d5a636b3baa87da4;hpb=7ade2da0367685e098181d7124c9ba145a010626 diff --git a/src/Moof/Service.cc b/src/Moof/Service.cc index 43689af..a5fae0f 100644 --- a/src/Moof/Service.cc +++ b/src/Moof/Service.cc @@ -15,20 +15,11 @@ namespace Mf { -ServiceBroadcaster::ServiceBroadcaster(const std::string& name) +ServiceFinder::ServiceFinder(const std::string& service, int type) { } -void ServiceBroadcaster::update(Scalar t, Scalar dt) -{ -} - - -ServiceLocator::ServiceLocator(const std::string& name) -{ -} - -void ServiceLocator::update(Scalar t, Scalar dt) +void ServiceFinder::update(Scalar t, Scalar dt) { }