|
Bugzilla – Full Text Bug Listing |
| Summary: | Extend number of template parameters in xxxCallback classes | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Providence.Salumu <Providence.Salumu> |
| Component: | core | Assignee: | Mathieu Lacage <mathieu.lacage> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | craigdo, mathieu.lacage, ns-bugs |
| Priority: | P1 | ||
| Version: | ns-3-dev | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | 9 parameters to Callback & 8 parameters to TracedCallback | ||
|
Description
Providence.Salumu
2008-11-17 08:07:05 UTC
are you going to provide a patch for this bug based on the ML comments ? Created attachment 320 [details]
9 parameters to Callback & 8 parameters to TracedCallback
This patch extends the number of template parameters from 6 to 9 in Callback classes, and from 4 to 8 in TracedCallback classes.
(In reply to comment #2) > Created an attachment (id=320) [details] > 9 parameters to Callback & 8 parameters to TracedCallback > > This patch extends the number of template parameters from 6 to 9 in Callback > classes, and from 4 to 8 in TracedCallback classes. > looks good to me but I think it would be nice to apply only after the dec 15th release. changeset 5d226c752e85 |