Fixed "extra qualification" syntax errors.
--- a/rtp/srtpstack/inc/srtpcryptohandlersrtp.h Sun Mar 14 13:11:16 2010 +0000
+++ b/rtp/srtpstack/inc/srtpcryptohandlersrtp.h Sun Mar 28 16:37:22 2010 +0100
@@ -231,7 +231,7 @@
void ReKeyCheck();
- TBool CSRTPCryptoHandlerSRTP::IfAddAuthTag();
+ TBool IfAddAuthTag();
CSRTPCryptoHandlerSRTP( CSRTPStream& aStream );
--- a/sipproviderplugins/sipprovider/sipconnectionplugins/inc/sipconnpref.h Sun Mar 14 13:11:16 2010 +0000
+++ b/sipproviderplugins/sipprovider/sipconnectionplugins/inc/sipconnpref.h Sun Mar 28 16:37:22 2010 +0100
@@ -59,7 +59,7 @@
/** Gets the default profile ID **/
inline TUint32 GetProfileId() const;
/** cast to appropriate SIP connection provider type **/
- inline static TSipConnPref& TSipConnPref::Cast(const TConnPref& aPref);
+ inline static TSipConnPref& Cast(const TConnPref& aPref);
protected:
inline SSipConnPref* PrefPtr() const;