lichao
2021-04-12 1b52f1cb8c47dd2c0195d2fd65d7b6a4c2f10704
src/msg.cpp
@@ -78,6 +78,14 @@
   return true;
}
bool MsgI::EnableRefCount(SharedMemory &shm)
{
   if (!IsCounted()) {
      count_ = shm.New<RefCount>();
   }
   return IsCounted();
}
int MsgI::Release(SharedMemory &shm)
{
   if (IsCounted()) {