imstutils/imconversationview/tsrc/imcvuiengine_test/dummytestadaptation/inc/ossprotocolpluginpanics.h
changeset 0 5e5d6b214f4f
equal deleted inserted replaced
-1:000000000000 0:5e5d6b214f4f
       
     1 /*
       
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  OSs adapter plugin panics
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __OSSPROTOCOLPLUGINPANICS_H__
       
    19 #define __OSSPROTOCOLPLUGINPANICS_H__
       
    20 
       
    21 //  INCLUDES
       
    22 #include    <e32std.h>
       
    23 
       
    24 
       
    25 // CONSTANTS
       
    26 /**
       
    27 * OSS Adaptation Library panic category.
       
    28 */
       
    29 _LIT( KOSSProtocolPluginPanic, "OSSProtocolPlugin" );
       
    30 
       
    31 /**
       
    32 * OSS Adaptation Library Auth interface
       
    33 */
       
    34 
       
    35 _LIT(KOSSProtocolPresenceAuthorization, "COSSProtocolPresenceAuthorization");
       
    36 
       
    37 /**
       
    38 * OSS Adaptation Library Publishing interface
       
    39 */
       
    40 
       
    41 _LIT(KOSSProtocolPresencePublishing, "COSSProtocolPresencePublishing");
       
    42 
       
    43 /**
       
    44 * OSS Adaptation Library watching interface.
       
    45 */
       
    46 
       
    47 _LIT(KOSSProtocolPresenceWatching, "COSSProtocolPresenceWatching");
       
    48 
       
    49 /**
       
    50 * OSS Adaptation Library panic presentity groups interface.
       
    51 */
       
    52 
       
    53 _LIT(KOSSProtocolPresentityGroups, "COSSProtocolPresentityGroups");
       
    54 
       
    55 /**
       
    56 * OSS Adaptation Library panic conversation interface.
       
    57 */
       
    58 
       
    59 _LIT(KOSSProtocolConversation, "COSSProtocolImConversation");
       
    60 
       
    61 
       
    62 /**
       
    63 * Telepathy adapter plugin library panic reasons.
       
    64 *
       
    65 * Following panic reasons are used in
       
    66 * OSS adapter plugin library panics.
       
    67 *
       
    68 * @since 3.0
       
    69 */
       
    70 enum TOSSAdapterPluginPanics
       
    71     {
       
    72     ESesionConsistencyLost                      = 1,
       
    73     EOpIdConsistencyLost                        = 2,
       
    74     ENoActiveOperations                         = 3,
       
    75     EUnknownUnumeration                         = 4,
       
    76     EReferenceCountUnderflow                    = 5,
       
    77     EIlegalSingletonDeletion                    = 6,
       
    78     EAccessHandlerObserversUnregistered         = 7,
       
    79     EUnknowPureData                             = 8,
       
    80     EListenerAlreadyActive                      = 9,
       
    81     ELogInDataNotValid                          = 10
       
    82 
       
    83     };
       
    84 
       
    85 
       
    86 #endif  //__OSSPROTOCOLPLUGINPANICS_H__
       
    87 
       
    88 //  End of File
       
    89