src/core/callback.h
2009-11-12 replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
2009-02-22 Print demangled callback signatures if they mismatch. bug #507
2009-01-09 bug 412: support more arguments in callbacks.
2008-10-17 give attribute power to Callback.
2008-07-08 add CalbackImplBase::GetReferenceCount
2008-07-02 bug 245: build failure with gcc 4.3.x
2008-03-31 remove 'All rigts reserved' keyword per tom's suggestion
2008-03-16 split code from object.h/object.cc
2008-03-16 do not use ObjectBase as a base class.
2008-03-02 implement context-based trace connection
2008-03-01 output correct information about non-matching types.
2008-01-30 introduce ObjectBase
2008-01-15 Print the correct type in the callback assign error message (instead of Ptr<const CallbackImplBase>)
2008-01-10 Doxygen organization
2008-01-02 Make the CallbackBase class more useful than it was.
2007-09-06 add bound callback tests and make them work
2007-09-06 add tests, fix the failing tests and add support for 6-arg callbacks
2007-08-12 constify
2007-08-08 fix dox warning
2007-06-12 merge
2007-06-07 constify Callback::IsNull
2007-05-31 add public Callback::GetImpl
2007-05-31 add a new overloaded Assign method
2007-06-04 rename MakeNewObject to Create
2007-05-25 make Callback use a separate empty type
2007-05-24 remove ReferenceList: fix bug 27
2007-05-24 add Callback::Nullify method
2007-05-24 fix bug 23
2007-05-16 Internet-node module dox
2007-05-07 add Callback::Assign
2007-04-30 handle const methods on const objects
2007-03-30 fix more dox warnings
2007-03-18 move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
2007-02-05 add CallbackBase and CallbackImplBase to allow the implementation of the runtime type checking method Callback::ChekType
2006-11-01 fix coding style
2006-10-20 change emacs mode to new NS3 elisp mode
2006-10-06 fix coding style
2006-10-02 fix emacs tab mode (reported by george)
2006-09-06 move aroudn bound functors
2006-09-05 change indent to be 4 spaces
2006-09-05 variable/method/function coding style update
2006-09-05 member variables coding style change
2006-08-29 change yans namespace to ns3
2006-08-29 import from yans