00001 /*************************************************************************** 00002 RTPAVProfile.h - description 00003 ------------------- 00004 begin : Thu Nov 29 2001 00005 copyright : (C) 2001 by Matthias Oppitz 00006 email : Matthias.Oppitz@gmx.de 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00023 #include <omnetpp.h> 00024 #include "INETDefs.h" 00025 #include "RTPProfile.h" 00026 00027 00035 class INET_API RTPAVProfile : public RTPProfile 00036 { 00037 protected: 00042 virtual void initialize(); 00043 };