telephonyserverplugins/common_tsy/test/integration/inc/cctsyintegrationtestsuitepanics.h
changeset 0 3553901f7fa8
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 /**
       
     2 * Copyright (c) 2007-2009 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:
       
    15 * TRpsFunctor declaration
       
    16 * 
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21  
       
    22 //Base class for the functor's.  This defines a couple of pure virtual functions that are overriden by the templated functor class.  
       
    23 //We need this base class otherwise passing the templated class around becomes more difficult.
       
    24 #ifndef CTSYPANICS_H
       
    25 #define CTSYPANICS_H
       
    26 
       
    27 _LIT(KPanic,"te_ctsyint");
       
    28 //Trp test panic codes
       
    29 const TInt KCTSYPanic_nosetupstep = 100;
       
    30 const TInt KCTSYPanic_invalidrpsparameters = 101;
       
    31 const TInt KCTSYPanic_badhandle = 102;
       
    32 
       
    33 #endif //CTSYPANICS_H