src/node/p2p-channel.cc
changeset 247 fb7375bb43d7
parent 245 28ba3a5cdff8
--- a/src/node/p2p-channel.cc	Mon Feb 12 19:28:19 2007 +0100
+++ b/src/node/p2p-channel.cc	Mon Feb 12 19:28:48 2007 +0100
@@ -37,8 +37,11 @@
 {
 }
 
+P2PChannel::~P2PChannel ()
+{}
+
 // Channels create compatible net devices
-P2PNetDevice* P2PChannel::CreateNetDevice(Node &node, MacAddress address)
+P2PNetDevice* P2PChannel::CreateNetDevice(Node *node, MacAddress address)
 {
   // Create a new point-to-point network device
   P2PNetDevice* nd = new P2PNetDevice(node, address);