changeset 3182 | 61fe7fe81ebd |
parent 2965 | 4b28e9740e3b |
child 3527 | 1548d7e3604f |
--- a/src/core/attribute-accessor-helper.h Thu May 29 19:09:56 2008 -0700 +++ b/src/core/attribute-accessor-helper.h Thu May 29 23:24:10 2008 -0700 @@ -24,10 +24,16 @@ namespace ns3 { +/** + * \ingroup AttributeHelper + */ template <typename V, typename T1> Ptr<const AttributeAccessor> MakeAccessorHelper (T1 a1); +/** + * \ingroup AttributeHelper + */ template <typename V, typename T1, typename T2> Ptr<const AttributeAccessor> MakeAccessorHelper (T1 a1, T2 a2);