Bugzilla – Bug 24
Events cannot be created for object methods and Ptr<T> object instances
Last modified: 2008-07-01 13:32:13 UTC
this bug is similar to bug 23 and the fix is probably similar. i.e., the following code will not build: Ptr<MyObject> p; Simulator::Schedule (Seconds (1.0), &MyObject::MyMethod, p);