accessoryservices/remotecontrolfw/server/inc/session.h
branchRCL_3
changeset 21 ccb4f6b3db21
parent 20 1ddbe54d0645
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   139 	inline const TDesC8& Name() const;
   139 	inline const TDesC8& Name() const;
   140 	
   140 	
   141 	TInt SupportedInterfaces(RArray<TUid>& aUids);
   141 	TInt SupportedInterfaces(RArray<TUid>& aUids);
   142 	TInt SupportedBulkInterfaces(RArray<TUid>& aUids);
   142 	TInt SupportedBulkInterfaces(RArray<TUid>& aUids);
   143 	TInt SupportedOperations(TUid aInterfaceUid, RArray<TUint>& aOperations);
   143 	TInt SupportedOperations(TUid aInterfaceUid, RArray<TUint>& aOperations);
   144 
       
   145 	TBool ClientAvailable() const;
       
   146 
   144 
   147 	/**
   145 	/**
   148 	Panics the client's current Send message with the given code.
   146 	Panics the client's current Send message with the given code.
   149 	*/
   147 	*/
   150 	void PanicSend(TRemConClientPanic aCode);
   148 	void PanicSend(TRemConClientPanic aCode);