diff -r 000000000000 -r 08ec8eefde2f loggingservices/eventlogger/test/inc/t_logservsession.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/loggingservices/eventlogger/test/inc/t_logservsession.h Fri Jan 22 11:06:30 2010 +0200 @@ -0,0 +1,34 @@ +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +#ifndef t_logservsession_h +#define t_logservsession_h + +#include + +/** +Test LogServ session calls. Used in the test code to connect to the server, for example to simulate +heap failure. +@internalComponent +*/ +class RLogTestSession : public RSessionBase + { +public: + TInt Connect(); + void Send(TInt aType, TIpcArgs& aParam, TRequestStatus& aStatus); + TInt Send(TInt aType, TIpcArgs& aParam); + }; + +#endif//t_logservsession_h