1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 11:37:03 +00:00

Added private functions for Checking + creating and closing sockets.

This commit is contained in:
Antti Seppälä
2007-09-12 18:33:56 +00:00
parent 59d56fe5c0
commit 1621555dd8
2 changed files with 71 additions and 42 deletions

View File

@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
* $Id: streamer.h,v 1.1 2007/09/12 17:28:59 rahrenbe Exp $
* $Id: streamer.h,v 1.2 2007/09/12 18:33:56 ajhseppa Exp $
*/
#ifndef __IPTV_STREAMER_H
@@ -28,6 +28,9 @@ private:
bool socketActive;
bool mcastActive;
bool CheckAndCreateSocket(const int port);
void CloseSocket();
public:
enum {
PROTOCOL_UDP,