Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

DecLayerDummy.h

Go to the documentation of this file.
00001 /* Copyright (C) 2002 Carsten Griwodz 00002 * 00003 * You are allowed to use all other parts of the code under the following terms: 00004 * 00005 * For non-commercial use, this code may be used in unmodified form 00006 * provided that this copyright notice and this permission notice appear 00007 * in supporting documentation. 00008 * 00009 * The code may be made subject to the terms of the GNU General Public 00010 * License, Version 2, and re-distributed under the terms of this license. 00011 * 00012 * Commercial use other than under the terms of the GNU General Public 00013 * License is allowed only after negotiation of conditions with the authors. 00014 */ 00015 #ifndef MNRTPDECODERLayerDummy_H 00016 #define MNRTPDECODERLayerDummy_H 00017 00018 #include "MNRTPDecoderCommon.h" 00019 #include "sh/SHData.h" 00020 00021 namespace RTP 00022 { 00023 00028 class DecLayerDummy : public MNRTPDecoderCommon 00029 { 00030 public: 00031 DecLayerDummy( RetransRecvBase* retrans ); 00032 virtual ~DecLayerDummy(); 00033 00035 virtual SH::DataPtr decode_data(MNRTPPacketPtr packet, MNRope*& indata ); 00036 00038 virtual SH::DataPtr decode_data(MNRTPPacketPtr packet, MNRope*& indata, u_int64_t offset ); 00039 00040 private: 00041 SH::DataPtr decode_data_sub( MNRope*& indata, 00042 u_int64_t offset, 00043 bool ordered ); 00044 }; 00045 00046 }; // namespace RTP 00047 00048 #endif

Generated on Sun Mar 6 13:35:49 2005 for Komssys by doxygen 1.3.8