Go to the documentation of this file.
5 #ifndef _OVERSIMMESSAGE_M_H_
6 #define _OVERSIMMESSAGE_M_H_
11 #define MSGC_VERSION 0x0402
12 #if (MSGC_VERSION!=OMNETPP_VERSION)
13 # error Version mismatch! Probably this file was generated by an earlier version of opp_msgc: 'make clean' should help.
17 #if OMNETPP_VERSION<0x0401
18 #define getEncapsulatedPacket getEncapsulatedMsg
75 virtual OverSimMessage_Base *
dup()
const {
throw cRuntimeError(
"You forgot to manually add a dup() function to class OverSimMessage");}
83 #endif // _OVERSIMMESSAGE_M_H_