accessoryservices/remotecontrolfw/server/public/remconserverpanic.h
changeset 74 9d35fd98f273
parent 0 4e1aa6a622a0
equal deleted inserted replaced
69:dc67b94625c5 74:9d35fd98f273
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2010 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".
   142 	operation support is not required by RemCon.
   142 	operation support is not required by RemCon.
   143 	
   143 	
   144 	The client is paniced for misusing this API.
   144 	The client is paniced for misusing this API.
   145 	*/
   145 	*/
   146 	ERemConClientPanicRegisterInterestedOperationsInNonTargetSession	= 16,
   146 	ERemConClientPanicRegisterInterestedOperationsInNonTargetSession	= 16,
       
   147 	
       
   148 	/** The client has not had their features set. */
       
   149 	ERemConClientPanicClientFeaturesNotSet								= 17,
       
   150 
       
   151 	/** The client has tried to register the same interface in multiple sessions. */
       
   152 	ERemConClientPanicClientInterfaceAlreadyRegistered					= 18,
       
   153 
       
   154 	/** The client has tried to register different player information in multiple sessions. 
       
   155 	 For example, this can happen if an application directly using the RemCon client side interfaces 
       
   156 	 also uses another component that itself uses the RemCon client interfaces, such as Qt Key Capture.
       
   157 	 */
       
   158 	ERemConClientPanicPlayerInfoAlreadySet								= 19,
   147 	};
   159 	};
   148 
   160 
   149 #endif // REMCONSERVERPANIC_H
   161 #endif // REMCONSERVERPANIC_H