SConscript (8492:1ad244a20877) | SConscript (10301:44839e8febbd) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2009 The Hewlett-Packard Development Company 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 25 unchanged lines hidden (view full) --- 34 Return() 35 36SimObject('BasicLink.py') 37SimObject('BasicRouter.py') 38SimObject('Network.py') 39 40Source('BasicLink.cc') 41Source('BasicRouter.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2009 The Hewlett-Packard Development Company 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 25 unchanged lines hidden (view full) --- 34 Return() 35 36SimObject('BasicLink.py') 37SimObject('BasicRouter.py') 38SimObject('Network.py') 39 40Source('BasicLink.cc') 41Source('BasicRouter.cc') |
42Source('MessageBuffer.cc') 43Source('MessageBufferNode.cc') |
|
42Source('Network.cc') 43Source('Topology.cc') | 44Source('Network.cc') 45Source('Topology.cc') |