radio-related changes:
radios can belong to different abstraction levels for example byte of packet radios. => lots of changes in surrounding files
This commit is contained in:
parent
215df016b9
commit
54002df73b
13 changed files with 836 additions and 537 deletions
|
@ -26,7 +26,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: DummyRadioMedium.java,v 1.2 2007/01/09 10:10:18 fros4943 Exp $
|
||||
* $Id: DummyRadioMedium.java,v 1.3 2007/02/28 09:51:11 fros4943 Exp $
|
||||
*/
|
||||
|
||||
import java.util.Collection;
|
||||
|
@ -57,7 +57,7 @@ public class DummyRadioMedium extends RadioMedium {
|
|||
// Do nothing
|
||||
}
|
||||
|
||||
public void registerRadioInterface(Radio radio, Position position, Simulation sim) {
|
||||
public void registerRadioInterface(Radio radio, Simulation sim) {
|
||||
// Do nothing
|
||||
logger.debug("I'm a dummy. Nothing will be registered by me.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue