serviceproviders/sapi_contacts_vpbk/tsrc/dev/tcontactsgetidsprovidertest/inc/tcontactsgetidsprovidertest.pan
changeset 22 fc9cf246af83
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/serviceproviders/sapi_contacts_vpbk/tsrc/dev/tcontactsgetidsprovidertest/inc/tcontactsgetidsprovidertest.pan	Thu Aug 27 07:43:07 2009 +0300
@@ -0,0 +1,25 @@
+/*
+ ============================================================================
+ Name		: tcontactsgetidsprovidertest.pan
+ Author	  : reethu j
+ Copyright   : Your copyright notice
+ Description : Panic codes
+ ============================================================================
+ */
+
+#ifndef __TCONTACTSGETIDSPROVIDERTEST_PAN__
+#define __TCONTACTSGETIDSPROVIDERTEST_PAN__
+
+//  Data Types
+
+enum TtcontactsgetidsprovidertestPanic
+    {
+    EtcontactsgetidsprovidertestNullPointer
+    };
+
+//  Function Prototypes
+
+GLREF_C void Panic(TtcontactsgetidsprovidertestPanic aPanic);
+
+#endif  // __TCONTACTSGETIDSPROVIDERTEST_PAN__
+