3 * Copyright (c) 2000-2012 Samsung Electronics Co., Ltd. All Rights Reserved.
5 * This file is part of msg-service.
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>
14 * PROPRIETARY/CONFIDENTIAL
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.
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.
31 #ifndef SMS_PLUGIN_UA_MANAGER_H
32 #define SMS_PLUGIN_UA_MANAGER_H
35 /*==================================================================================================
37 ==================================================================================================*/
40 #include "MsgThread.h"
41 #include "SmsPluginTypes.h"
44 /*==================================================================================================
46 ==================================================================================================*/
47 class SmsPluginUAManager : public MsgThread
50 static SmsPluginUAManager* instance();
52 //virtual void start();
54 void addReqEntity(SMS_REQUEST_INFO_S request);
58 ~SmsPluginUAManager();
62 static SmsPluginUAManager* pInstance;
66 MsgThdSafeQ <SMS_REQUEST_INFO_S> smsTranQ;
72 #endif //SMS_PLUGIN_UA_MANAGER_H