src/devices/point-to-point/point-to-point-net-device.h
changeset 1341 f685d4bf320f
parent 1333 c0d66de933e9
child 1364 7866d4dd9e64
--- a/src/devices/point-to-point/point-to-point-net-device.h	Sun Aug 12 16:27:42 2007 +0200
+++ b/src/devices/point-to-point/point-to-point-net-device.h	Sun Aug 12 16:28:29 2007 +0200
@@ -152,6 +152,12 @@
    */
   void Receive (Packet& p);
 protected:
+  /**
+   * Create a Trace Resolver for events in the net device.
+   *
+   * @see class TraceResolver
+   */
+  virtual Ptr<TraceResolver> GetTraceResolver (void);
   virtual void DoDispose (void);
   /**
    * Get a copy of the attached Queue.
@@ -238,12 +244,6 @@
    *
    */
   void TransmitComplete(void);
-  /**
-   * Create a Trace Resolver for events in the net device.
-   *
-   * @see class TraceResolver
-   */
-  virtual Ptr<TraceResolver> DoCreateTraceResolver (void);
   virtual bool DoNeedsArp (void) const;
   /**
    * Enumeration of the states of the transmit machine of the net device.