00001 //========================================================================== 00002 // COMPAT.H - part of 00003 // OMNeT++/OMNEST 00004 // Discrete System Simulation in C++ 00005 // 00006 // 00007 // Backwards compatibility 00008 // 00009 //========================================================================== 00010 00011 /*--------------------------------------------------------------* 00012 Copyright (C) 1992-2008 Andras Varga 00013 Copyright (C) 2006-2008 OpenSim Ltd. 00014 00015 This file is distributed WITHOUT ANY WARRANTY. See the file 00016 `license' for details on this and other legal matters. 00017 *--------------------------------------------------------------*/ 00018 00019 #ifndef __COMPAT_H 00020 #define __COMPAT_H 00021 00022 // 00023 // This header needs to be included *last* in omnetpp.h. 00024 // 00025 00026 // renamed classes: 00027 typedef _OPPDEPRECATED OPP::cDatarateChannel cSimpleChannel; 00028 typedef /*_OPPDEPRECATED*/ OPP::cObject cPolymorphic; 00029 00030 #endif 00031