Bug 24 - Events cannot be created for object methods and Ptr<T> object instances
Events cannot be created for object methods and Ptr<T> object instances
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: core
pre-release
PC Linux
: P1 blocker
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-05-13 03:54 UTC by Mathieu Lacage
Modified: 2008-07-01 13:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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);