-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcsundukclnt.h
40 lines (35 loc) · 1.07 KB
/
csundukclnt.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*------------------------------ Information ---------------------------*//**
*
* $HeadURL$
*
* @file csundukclnt.h
*
* @author Jo2003
*
* @date 12.12.2013
*
* $Id$
*
*///------------------------- (c) 2013 by Jo2003 --------------------------
#ifndef __20131212_CSUNDUKCLNT_H
#define __20131212_CSUNDUKCLNT_H
#include "ckartinaclnt.h"
#include <QObject>
//---------------------------------------------------------------------------
//! \class CSundukClnt
//! \date 12.12.2013
//! \author Jo2003
//! \brief subclass kartina client to support sunduk special handling
//---------------------------------------------------------------------------
class CSundukClnt : public CKartinaClnt
{
Q_OBJECT
public:
CSundukClnt(QObject *parent);
virtual ~CSundukClnt();
protected:
virtual void GetStreamURL (int iChanID, const QString &secCode, bool bTimerRec = false);
virtual void GetArchivURL (const QString &prepared, const QString &secCode);
virtual void GetVodUrl (int iVidId, const QString &secCode);
};
#endif // __20131212_CSUNDUKCLNT_H