commit | 4898fd95fb74c1242417ed61dc1da0b716d915f6 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Mar 12 13:57:22 2012 -0700 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Mar 12 13:57:22 2012 -0700 |
tree | 161f5dfc6d65f7f11183688a7286ebb167642203 | |
parent | 0efa37beb1b1e1db35594568dc469cc04d515fa3 [diff] [blame] |
minor correction
diff --git a/model/sync-app-socket.h b/model/sync-app-socket.h index 29f8dc1..fb2d271 100644 --- a/model/sync-app-socket.h +++ b/model/sync-app-socket.h
@@ -68,7 +68,7 @@ * * @param the prefix for the participant */ - bool remove (const std::string &prefix) {return m_syncLogic->remove(prefix);} + void remove (const std::string &prefix) {m_syncLogic.remove(prefix);} private: CcnxWrapperPtr m_ccnxHandle;