Change-Id: I5fcb11ba212898776687ce1075803a8dbbdaf455
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
ctx::social_status_call::social_status_call()
{
+ handle_list.count = 0;
+ handle_list.handle = NULL;
}
ctx::social_status_call::~social_status_call()
GENERATE_PROVIDER_COMMON_IMPL(social_status_email);
ctx::social_status_email::social_status_email()
+ : dbus_signal_id(-1)
{
}
: last_state(_UNKNOWN)
, is_initialized(false)
, is_activated(false)
+ , conn_state(WIFI_CONNECTION_STATE_FAILURE)
{
IF_FAIL_VOID_TAG(start_monitor(), _W, "WiFi monitor initialization failed");
ctx::contact_log_aggregator::contact_log_aggregator()
: timer_id(-1)
+ , time_diff(0)
{
create_table();
timer_id = timer_manager::set_at(3, 0, timer_types::EVERYDAY, this, NULL);