From 27b07ba421531e1fa2198f8e3482af8de9235987 Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Tue, 25 Jan 2011 05:16:21 +0000 Subject: [PATCH] Correct Author information, and add MOOSE Bridge Helper to build script. --- code/src/devices/bridge/helper/moose-bridge-helper.cc | 2 +- code/src/devices/bridge/helper/moose-bridge-helper.h | 2 +- code/src/devices/bridge/wscript | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/src/devices/bridge/helper/moose-bridge-helper.cc b/code/src/devices/bridge/helper/moose-bridge-helper.cc index c2abb44..ee3b838 100644 --- a/code/src/devices/bridge/helper/moose-bridge-helper.cc +++ b/code/src/devices/bridge/helper/moose-bridge-helper.cc @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * Author: Richard Whitehouse */ #include "moose-bridge-helper.h" diff --git a/code/src/devices/bridge/helper/moose-bridge-helper.h b/code/src/devices/bridge/helper/moose-bridge-helper.h index 731f5e8..fa2e1e1 100644 --- a/code/src/devices/bridge/helper/moose-bridge-helper.h +++ b/code/src/devices/bridge/helper/moose-bridge-helper.h @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * Author: Richard Whitehouse * * Based on work by: * diff --git a/code/src/devices/bridge/wscript b/code/src/devices/bridge/wscript index 13d18be..a8738f9 100644 --- a/code/src/devices/bridge/wscript +++ b/code/src/devices/bridge/wscript @@ -8,6 +8,7 @@ def build(bld): 'model/bridge-net-device.cc', 'model/bridge-port-net-device.cc', 'model/bridge-channel.cc', + 'helper/moose-bridge-helper.cc', 'helper/bridge-helper.cc', ] headers = bld.new_task_gen('ns3header') @@ -18,6 +19,7 @@ def build(bld): 'model/bridge-net-device.h', 'model/bridge-port-net-device.h', 'model/bridge-channel.h', + 'helper/moose-bridge-helper.h', 'helper/bridge-helper.h', ] -- 2.34.1