1.1 --- a/src/core/trace-source-accessor.h Thu May 29 23:24:10 2008 -0700
1.2 +++ b/src/core/trace-source-accessor.h Mon Jun 02 10:30:24 2008 -0700
1.3 @@ -74,7 +74,10 @@
1.4 * \param a the trace source
1.5 *
1.6 * Create a TraceSourceAccessor which will control access to the underlying
1.7 - * trace source.
1.8 + * trace source. This helper template method assumes that the underlying
1.9 + * type implements a statically-polymorphic set of Connect and Disconnect
1.10 + * methods and creates a dynamic-polymorphic class to wrap the underlying
1.11 + * static-polymorphic class.
1.12 */
1.13 template <typename T>
1.14 Ptr<const TraceSourceAccessor> MakeTraceSourceAccessor (T a);