X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FDVB%2FDVBDemuxHandles.cc;h=e54b3f92c17ed185a6152c5dbbf5461556d87dfb;hb=6f50bf49e282c0528f51faa0a245bbfa2b867399;hp=3d473eca4db2884ee4dff94bdd2828091467fdf8;hpb=1ad3873b372da6187b1fbc645bf276287d2efb54;p=senf.git diff --git a/Socket/Protocols/DVB/DVBDemuxHandles.cc b/Socket/Protocols/DVB/DVBDemuxHandles.cc index 3d473ec..e54b3f9 100644 --- a/Socket/Protocols/DVB/DVBDemuxHandles.cc +++ b/Socket/Protocols/DVB/DVBDemuxHandles.cc @@ -1,9 +1,9 @@ // $Id$ // // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Thorsten Horstmann +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Thorsten Horstmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -57,12 +57,6 @@ prefix_ unsigned senf::DVBDemuxSectionProtocol::available() return 4096; } -prefix_ std::auto_ptr senf::DVBDemuxSectionProtocol::clone() - const -{ - return std::auto_ptr(new DVBDemuxSectionProtocol()); -} - prefix_ void senf::DVBDemuxSectionProtocol::setSectionFilter(struct dmx_sct_filter_params *filter) const { @@ -89,12 +83,6 @@ prefix_ unsigned senf::DVBDemuxPESProtocol::available() return 4096; //??? } -prefix_ std::auto_ptr senf::DVBDemuxPESProtocol::clone() - const -{ - return std::auto_ptr(new DVBDemuxPESProtocol()); -} - prefix_ void senf::DVBDemuxPESProtocol::setPESFilter(struct dmx_pes_filter_params *filter) const { @@ -121,12 +109,6 @@ prefix_ unsigned senf::DVBDvrProtocol::available() return 188; } -prefix_ std::auto_ptr senf::DVBDvrProtocol::clone() - const -{ - return std::auto_ptr(new DVBDvrProtocol()); -} - ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_ //#include "DVBDemuxHandles.mpp"