Removed constructor from header
authorKirill Andreev <andreev@iitp.ru>
Thu, 06 Aug 2009 13:11:15 +0400
changeset 5150 70e68391cf42
parent 5149 1c070bb8a48a
child 5151 56ac5af5f5c8
Removed constructor from header
src/devices/mesh/dot11s/hwmp-protocol.cc
src/devices/mesh/dot11s/hwmp-protocol.h
--- a/src/devices/mesh/dot11s/hwmp-protocol.cc	Thu Aug 06 13:09:02 2009 +0400
+++ b/src/devices/mesh/dot11s/hwmp-protocol.cc	Thu Aug 06 13:11:15 2009 +0400
@@ -1140,6 +1140,10 @@
     plugin->second->ResetStats ();
     }
 }
-
+HwmpProtocol::QueuedPacket::QueuedPacket () :
+  pkt (0),
+  protocol (0),
+  inInterface (0)
+{}
 } //namespace dot11s
 } //namespace ns3
--- a/src/devices/mesh/dot11s/hwmp-protocol.h	Thu Aug 06 13:09:02 2009 +0400
+++ b/src/devices/mesh/dot11s/hwmp-protocol.h	Thu Aug 06 13:11:15 2009 +0400
@@ -145,7 +145,7 @@
     uint32_t inInterface; ///< incoming device interface ID. (if packet has come from upper layers, this is Mesh point ID)
     RouteReplyCallback reply; ///< how to reply
 
-    QueuedPacket () : pkt (0), protocol (0), inInterface (0) {}
+    QueuedPacket ();
   };
 
   ///\name Methods related to Queue/Dequeue procedures