compat.h Source File

API: compat.h Source File
API
compat.h
1//==========================================================================
2// COMPAT.H - part of
3// OMNeT++/OMNEST
4// Discrete System Simulation in C++
5//
6//==========================================================================
7
8/*--------------------------------------------------------------*
9 Copyright (C) 1992-2017 Andras Varga
10 Copyright (C) 2006-2017 OpenSim Ltd.
11
12 This file is distributed WITHOUT ANY WARRANTY. See the file
13 `license' for details on this and other legal matters.
14*--------------------------------------------------------------*/
15
16#ifndef __OMNETPP_COMPAT_H
17#define __OMNETPP_COMPAT_H
18
19//
20// This header needs to be included *last* in omnetpp.h.
21//
22
23/* place backwards compatibility typedefs here */
24
25#endif
26