make code inline
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 15 Jan 2007 23:30:57 +0000 (23:30 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 15 Jan 2007 23:30:57 +0000 (23:30 +0000)
lib/dvb/radiotext.cpp
lib/dvb/radiotext.h

index 34a5acd63a2cb0e38f180af395363b5d36258fde..87498da973e558b2c3170978cc567c354dbce879 100644 (file)
@@ -136,7 +136,7 @@ void eDVBRadioTextParser::processPESPacket(__u8 *data, int len)
        }
 }
 
        }
 }
 
-void eDVBRadioTextParser::gotAncillaryByte(__u8 data)
+inline void eDVBRadioTextParser::gotAncillaryByte(__u8 data)
 {
        buf[bytesread]=data;
        bytesread+=1;
 {
        buf[bytesread]=data;
        bytesread+=1;
index 11fa7e48752fdb868f215ac3c4d63a9fa661fa8e..b4ae0e2675f39efd6df8c1848cb306a49bf28c94 100644 (file)
@@ -20,7 +20,7 @@ public:
 private:
        void abortNonAvail();
        void processPESPacket(__u8 *pkt, int len);
 private:
        void abortNonAvail();
        void processPESPacket(__u8 *pkt, int len);
-       void gotAncillaryByte(__u8 data);
+       inline void gotAncillaryByte(__u8 data);
        ePtr<iDVBPESReader> m_pes_reader;
        ePtr<eConnection> m_read_connection;
        Signal0<void> m_updated_radiotext;
        ePtr<iDVBPESReader> m_pes_reader;
        ePtr<eConnection> m_read_connection;
        Signal0<void> m_updated_radiotext;