epoc32/include/remconserverpanic.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 2004-2009 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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     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.symbianfoundation.org/legal/licencesv10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    13 // Description:
    13 // Description:
    14 // Panic codes for RemConServer. 
    14 // Panic codes for RemConServer. 
    15 // The server may panic clients with these codes.
    15 // The server may panic clients with these codes.
    16 // 
    16 // 
    17 //
    17 //
    18 
       
    19 
       
    20 
    18 
    21 /**
    19 /**
    22  @file
    20  @file
    23  @publishedAll
    21  @publishedAll
    24  @released
    22  @released
   124 	This is no longer an illegal condition and so the panic will never
   122 	This is no longer an illegal condition and so the panic will never
   125 	be raised.
   123 	be raised.
   126 	*/
   124 	*/
   127 	ERemConClientPanicNoCommand 										= 13,
   125 	ERemConClientPanicNoCommand 										= 13,
   128 
   126 
   129 	/** RRemConTarget::RegisterInterestedAPIs(...) is called on a non-target session
   127 	/** RRemConTarget::RegisterInterestedAPIs(...) is called on an undefined session). This doesn't make any sense because the 
   130 	(i.e. controller or undefined session). This doesn't make any sense because the 
       
   131 	server only filters incoming commands for the target sessions.
   128 	server only filters incoming commands for the target sessions.
   132 	
   129 	
   133 	The client is paniced for misusing this API.
   130 	The client is paniced for misusing this API.
       
   131 	
       
   132 	This panic 
   134 	*/
   133 	*/
   135 	ERemConClientPanicRegisterInterestedAPIsInNonTargetSession			= 14,	
   134 	ERemConClientPanicRegisterInterestedAPIsInNonTargetSession			= 14,	
       
   135 	
       
   136 	/** They client side has sent a corrupt set of supported operation ids.
       
   137 	 */
       
   138 	ERemConClientPanicCorruptSupportedOperations						= 15,
       
   139 	
       
   140 	/** RRemConTarget::RegisterInterestedOperations(...) is called on a non-target session
       
   141 	(i.e. controller or undefined session). Detailed information about the controller
       
   142 	operation support is not required by RemCon.
       
   143 	
       
   144 	The client is paniced for misusing this API.
       
   145 	*/
       
   146 	ERemConClientPanicRegisterInterestedOperationsInNonTargetSession	= 16,
   136 	};
   147 	};
   137 
   148 
   138 #endif // REMCONSERVERPANIC_H
   149 #endif // REMCONSERVERPANIC_H