Subscribe cleanup

This commit is contained in:
Miguel Portilla
2016-02-09 18:38:26 -05:00
committed by Vinnie Falco
parent 2f3b5f6d0a
commit 1c68fddad7
6 changed files with 39 additions and 64 deletions

View File

@@ -77,12 +77,6 @@ Resource::Consumer& InfoSub::getConsumer()
return m_consumer;
}
void InfoSub::send (
Json::Value const& jvObj, std::string const& sObj, bool broadcast)
{
send (jvObj, broadcast);
}
std::uint64_t InfoSub::getSeq ()
{
return mSeq;