--- 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