mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
- added preprocessor directive for ancient gcc
This commit is contained in:
parent
9ecbab8882
commit
90bae5b011
1
HISTORY
1
HISTORY
@ -1,6 +1,7 @@
|
|||||||
VDR Plugin 'streamdev' Revision History
|
VDR Plugin 'streamdev' Revision History
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
|
- added preprocessor directive for ancient gcc
|
||||||
- added Russian translation (thanks to Oleg Roitburd)
|
- added Russian translation (thanks to Oleg Roitburd)
|
||||||
- fixed assignment of externremux.sh's default location (reported by plautze)
|
- fixed assignment of externremux.sh's default location (reported by plautze)
|
||||||
- added French translation (thanks to micky979)
|
- added French translation (thanks to micky979)
|
||||||
|
@ -12,9 +12,9 @@ class cLSTTHandler;
|
|||||||
|
|
||||||
class cConnectionVTP: public cServerConnection {
|
class cConnectionVTP: public cServerConnection {
|
||||||
friend class cLSTEHandler;
|
friend class cLSTEHandler;
|
||||||
// if your compiler doesn't understand the following statement
|
#if !defined __GNUC__ || __GNUC__ >= 3
|
||||||
// (e.g. gcc 2.x), simply remove it and try again ;-)
|
|
||||||
using cServerConnection::Respond;
|
using cServerConnection::Respond;
|
||||||
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
cTBSocket *m_LiveSocket;
|
cTBSocket *m_LiveSocket;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user