diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-07-12 21:10:02 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-07-12 21:10:02 +0000 |
| commit | aa3d1162bef321bd2d0effdafce6eb080660a7ca (patch) | |
| tree | 746d044753c2c2c8b90f48ccb7adab4d7eb472cc /lib/dvb/dvb.h | |
| parent | b47c326aad25626034d14ffb630628da2f0e8b97 (diff) | |
| download | enigma2-aa3d1162bef321bd2d0effdafce6eb080660a7ca.tar.gz enigma2-aa3d1162bef321bd2d0effdafce6eb080660a7ca.zip | |
remove unneeded signals ( eDVBChannel::m_stateChanged give us the same informations )
Diffstat (limited to 'lib/dvb/dvb.h')
| -rw-r--r-- | lib/dvb/dvb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index bb9e2689..d0deb2fc 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -182,7 +182,8 @@ private: void frontendStateChanged(iDVBFrontend*fe); ePtr<eConnection> m_conn_frontendStateChanged; - + + friend class eUsePtr<eDVBChannel>; /* use count */ oRefCount m_use_count; void AddUse(); |
