Rename SubMapType

This commit is contained in:
Vinnie Falco
2013-07-08 12:40:28 -07:00
parent b1943dd6eb
commit a84f7e2eb5
3 changed files with 44 additions and 31 deletions

View File

@@ -224,7 +224,7 @@ void BookListeners::publish (Json::Value& jvObj)
std::string sObj = jfwWriter.write (jvObj);
boost::recursive_mutex::scoped_lock sl (mLock);
NetworkOPs::subMapType::const_iterator it = mListeners.begin ();
NetworkOPs::SubMapType::const_iterator it = mListeners.begin ();
while (it != mListeners.end ())
{