src/node/net-device.h
changeset 1451 e421081dd580
parent 1449 df86e6b876ef
parent 1412 9ce52d4f530b
child 1866 e7dbcc4df546
--- a/src/node/net-device.h	Mon Sep 10 15:57:33 2007 -0700
+++ b/src/node/net-device.h	Tue Sep 11 12:20:09 2007 -0700
@@ -63,14 +63,6 @@
   static const InterfaceId iid;
   virtual ~NetDevice();
 
-  /**
-   * \param context the trace context to use to construct the
-   *        TraceResolver to return
-   * \returns a TraceResolver which can resolve all traces
-   *          performed in this object. The caller must
-   *          delete the returned object.
-   */
-  TraceResolver *CreateTraceResolver (TraceContext const &context);
 
   /**
    * \return the channel this NetDevice is connected to. The value
@@ -344,15 +336,6 @@
    */
   virtual bool DoNeedsArp (void) const = 0;
   /**
-   * \param context the trace context to associated to the
-   *        trace resolver.
-   * \returns a trace resolver associated to the input context.
-   *          the caller takes ownership of the pointer returned.
-   *
-   * Subclasses must implement this method.
-   */
-  virtual TraceResolver *DoCreateTraceResolver (TraceContext const &context) = 0;
-  /**
    * \returns the channel associated to this NetDevice.
    *
    * Subclasses must implement this method.