Bug 24

Summary: Events cannot be created for object methods and Ptr<T> object instances
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: coreAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: pre-release   
Hardware: PC   
OS: Linux   

Description Mathieu Lacage 2007-05-13 03:54:14 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);