Bug 412 - Extend number of template parameters in xxxCallback classes
: Extend number of template parameters in xxxCallback classes
Status: RESOLVED FIXED
: ns-3
simulation core
: ns-3-dev
: PC Linux
: P1 enhancement
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-11-17 08:07 EDT by
Modified: 2009-01-09 07:22 EDT (History)


Attachments
9 parameters to Callback & 8 parameters to TracedCallback (34.51 KB, patch)
2008-12-01 04:36 EDT, Providence.Salumu
Details | Diff


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-11-17 08:07:05 EDT
The number of template parameters is limited to 6. In few cases however, more
than 6 parameters are required.
------- Comment #1 From 2008-11-26 06:44:52 EDT -------
are you going to provide a patch for this bug based on the ML comments ?
------- Comment #2 From 2008-12-01 04:36:04 EDT -------
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.
------- Comment #3 From 2008-12-01 14:52:40 EDT -------
(In reply to comment #2)
> Created an attachment (id=320) [details] [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.
------- Comment #4 From 2009-01-09 07:22:09 EDT -------
changeset 5d226c752e85