src/node/net-device.h
changeset 1341 f685d4bf320f
parent 1333 c0d66de933e9
child 1376 ad7e61edfb9d
--- a/src/node/net-device.h	Sun Aug 12 16:27:42 2007 +0200
+++ b/src/node/net-device.h	Sun Aug 12 16:28:29 2007 +0200
@@ -62,14 +62,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.
-   */
-  Ptr<TraceResolver> CreateTraceResolver (void);
 
   /**
    * \return the channel this NetDevice is connected to. The value
@@ -283,15 +275,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 Ptr<TraceResolver> DoCreateTraceResolver (void) = 0;
-  /**
    * \returns the channel associated to this NetDevice.
    *
    * Subclasses must implement this method.