View | Details | Raw Unified | Return to bug 43
Collapse All | Expand All

(-)a/src/node/node.h (-1 / +1 lines)
 Lines 160-166   private: Link Here 
160
   * at this point to setup the node's receive function for
160
   * at this point to setup the node's receive function for
161
   * the NetDevice packets.
161
   * the NetDevice packets.
162
   */
162
   */
163
  virtual void DoAddDevice (Ptr<NetDevice> device) const = 0;
163
  virtual void DoAddDevice (Ptr<NetDevice> device) = 0;
164
164
165
  uint32_t    m_id;         // Node id for this node
165
  uint32_t    m_id;         // Node id for this node
166
  uint32_t    m_sid;        // System id for this node
166
  uint32_t    m_sid;        // System id for this node

Return to bug 43