src/core/object.cc
changeset 2471 86f7ea794e83
parent 2465 2c3c870a5f3c
child 2489 c3341ba4cbf8
equal deleted inserted replaced
2469:181c6a5b14c1 2471:86f7ea794e83
  1163     }
  1163     }
  1164   bool ok = accessor->Disconnect (this, cb);
  1164   bool ok = accessor->Disconnect (this, cb);
  1165   return ok;
  1165   return ok;
  1166 }
  1166 }
  1167 
  1167 
       
  1168 TypeId 
       
  1169 Object::GetRealTypeId (void) const
       
  1170 {
       
  1171   return m_tid;
       
  1172 }
       
  1173 
  1168 
  1174 
  1169 Ptr<Object>
  1175 Ptr<Object>
  1170 Object::DoGetObject (TypeId tid) const
  1176 Object::DoGetObject (TypeId tid) const
  1171 {
  1177 {
  1172   NS_ASSERT (CheckLoose ());
  1178   NS_ASSERT (CheckLoose ());