serviceproviders/sapi_contacts_vpbk/tsrc/dev/tcontactsgetidsprovidertest/inc/tcontactsgetidsprovidertest.pan
changeset 22 fc9cf246af83
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
       
     1 /*
       
     2  ============================================================================
       
     3  Name		: tcontactsgetidsprovidertest.pan
       
     4  Author	  : reethu j
       
     5  Copyright   : Your copyright notice
       
     6  Description : Panic codes
       
     7  ============================================================================
       
     8  */
       
     9 
       
    10 #ifndef __TCONTACTSGETIDSPROVIDERTEST_PAN__
       
    11 #define __TCONTACTSGETIDSPROVIDERTEST_PAN__
       
    12 
       
    13 //  Data Types
       
    14 
       
    15 enum TtcontactsgetidsprovidertestPanic
       
    16     {
       
    17     EtcontactsgetidsprovidertestNullPointer
       
    18     };
       
    19 
       
    20 //  Function Prototypes
       
    21 
       
    22 GLREF_C void Panic(TtcontactsgetidsprovidertestPanic aPanic);
       
    23 
       
    24 #endif  // __TCONTACTSGETIDSPROVIDERTEST_PAN__
       
    25