diff -r 6f4453afd006 -r 6c34d0baa0b1 messagingfw/biomsgfw/BIUTINC/REGPSDLL.H --- a/messagingfw/biomsgfw/BIUTINC/REGPSDLL.H Tue Oct 05 13:50:47 2010 +0530 +++ b/messagingfw/biomsgfw/BIUTINC/REGPSDLL.H Tue Oct 19 11:59:06 2010 +0530 @@ -52,9 +52,9 @@ IMPORT_C ~CRegisteredParserDll(); - inline TInt DllRefCount() const; - inline TUidType UidType() const; - inline void SetUidType(const TUidType& aUidType); + inline TInt DllRefCount() const{return iDllRefCount;}; + inline TUidType UidType() const {return iUidType;}; + inline void SetUidType(const TUidType& aUidType){iUidType= aUidType;}; IMPORT_C TInt GetLibrary(RFs& aFs,RLibrary& aDllLibrary); // Increments reference count if successful or returns error IMPORT_C void ReleaseLibrary(); // Decrements access count @@ -75,6 +75,4 @@ void RunL(); enum { KReleaseLibraryTimeout = 30000000 }; }; - -#include #endif