update tizen source
[framework/messaging/msg-service.git] / TC / msgTC / MapiTransport / utc_msg_reg_lbs_message_callback.h
1 /*
2 *
3 * Copyright (c) 2000-2012 Samsung Electronics Co., Ltd. All Rights Reserved.
4 *
5 * This file is part of msg-service.
6 *
7 * Contact: Jaeyun Jeong <jyjeong@samsung.com>
8 *          Sangkoo Kim <sangkoo.kim@samsung.com>
9 *          Seunghwan Lee <sh.cat.lee@samsung.com>
10 *          SoonMin Jung <sm0415.jung@samsung.com>
11 *          Jae-Young Lee <jy4710.lee@samsung.com>
12 *          KeeBum Kim <keebum.kim@samsung.com>
13 *
14 * PROPRIETARY/CONFIDENTIAL
15 *
16 * This software is the confidential and proprietary information of
17 * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
18 * disclose such Confidential Information and shall use it only in
19 * accordance with the terms of the license agreement you entered
20 * into with SAMSUNG ELECTRONICS.
21 *
22 * SAMSUNG make no representations or warranties about the suitability
23 * of the software, either express or implied, including but not limited
24 * to the implied warranties of merchantability, fitness for a particular
25 * purpose, or non-infringement. SAMSUNG shall not be liable for any
26 * damages suffered by licensee as a result of using, modifying or
27 * distributing this software or its derivatives.
28 *
29 */
30
31 #include <tet_api.h>\r
32 \r
33 #include "MapiMessage.h"\r
34 #include "MapiTransport.h"\r
35 \r
36 static void startup(), cleanup();\r
37 void (*tet_startup) () = startup;\r
38 void (*tet_cleanup) () = cleanup;\r
39 \r
40 void lbsCB(MSG_HANDLE_T hMsgHandle, const char* pPushHeader, const char* pPushBody, int pushBodyLen, void *pUserParam);\r
41 static void utc_msg_reg_lbs_message_callback_001(void);\r
42 static void utc_msg_reg_lbs_message_callback_002(void);\r
43 \r
44 \r
45 \r
46 struct tet_testlist tet_testlist[] =\r
47 {\r
48                         { utc_msg_reg_lbs_message_callback_001,1},\r
49                         { utc_msg_reg_lbs_message_callback_002,2},\r
50                         {NULL,0}\r
51 };\r