src/core/object.cc
changeset 2471 86f7ea794e83
parent 2465 2c3c870a5f3c
child 2489 c3341ba4cbf8
--- a/src/core/object.cc	Sun Feb 24 20:18:02 2008 +0100
+++ b/src/core/object.cc	Mon Feb 25 22:06:14 2008 +0100
@@ -1165,6 +1165,12 @@
   return ok;
 }
 
+TypeId 
+Object::GetRealTypeId (void) const
+{
+  return m_tid;
+}
+
 
 Ptr<Object>
 Object::DoGetObject (TypeId tid) const