diff -r cce6680bbf1c -r ba1c4f4a893f persistentstorage/sql/SRC/Client/SqlDbSession.inl --- a/persistentstorage/sql/SRC/Client/SqlDbSession.inl Thu Jul 01 17:02:22 2010 +0100 +++ b/persistentstorage/sql/SRC/Client/SqlDbSession.inl Tue Jul 06 11:54:49 2010 +0100 @@ -223,8 +223,6 @@ */ inline TInt RSqlDbSession::SendReceive(TInt aFunction) { - SYMBIAN_TRACE_SQL_EVENTS_ONLY(TPtrC8 funcStr = GetIPCFuncStr(aFunction)); - SYMBIAN_TRACE_SQL_EVENTS_ONLY(UTF::Printf(UTF::TTraceContext(UTF::EBorder), KDbMsgStr, &funcStr)); return RSessionBase::SendReceive(aFunction); } @@ -237,8 +235,6 @@ */ inline void RSqlDbSession::SendReceive(TInt aFunction, TRequestStatus& aStatus) { - SYMBIAN_TRACE_SQL_EVENTS_ONLY(TPtrC8 funcStr = GetIPCFuncStr(aFunction)); - SYMBIAN_TRACE_SQL_EVENTS_ONLY(UTF::Printf(UTF::TTraceContext(UTF::EBorder), KDbMsgStr, &funcStr)); RSessionBase::SendReceive(aFunction, aStatus); } @@ -252,8 +248,6 @@ */ inline TInt RSqlDbSession::SendReceive(TInt aFunction, const TIpcArgs& aArgs) { - SYMBIAN_TRACE_SQL_EVENTS_ONLY(TPtrC8 funcStr = GetIPCFuncStr(aFunction)); - SYMBIAN_TRACE_SQL_EVENTS_ONLY(UTF::Printf(UTF::TTraceContext(UTF::EBorder), KDbMsgStr, &funcStr)); return RSessionBase::SendReceive(aFunction, aArgs); } @@ -266,7 +260,5 @@ */ inline void RSqlDbSession::SendReceive(TInt aFunction,const TIpcArgs& aArgs, TRequestStatus& aStatus) { - SYMBIAN_TRACE_SQL_EVENTS_ONLY(TPtrC8 funcStr = GetIPCFuncStr(aFunction)); - SYMBIAN_TRACE_SQL_EVENTS_ONLY(UTF::Printf(UTF::TTraceContext(UTF::EBorder), KDbMsgStr, &funcStr)); RSessionBase::SendReceive(aFunction, aArgs, aStatus); }