removed wrong contacts, added authors
[platform/core/location/lbs-location.git] / location / manager / location-signaling-util.h
index ffb953e..33bba3b 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -36,12 +33,12 @@ void enable_signaling(LocationObject *obj, guint32 signals[LAST_SIGNAL], gboolea
 
 void position_velocity_signaling(LocationObject *obj, guint32 signals[LAST_SIGNAL],
                                                                guint pos_interval,     guint vel_interval,     guint loc_interval,
-                                                               guint *pos_updated_timestamp, guint *vel_updated_timestamp, guint *loc_updated_timestamp,
-                                                               GList *prev_bound, LocationPosition *pos, LocationVelocity *vel, LocationAccuracy *acc);
+                                                               guint *pos_last_timestamp, guint *vel_last_timestamp, guint *loc_last_timestamp,
+                                                               GList *prev_bound, LocationPosition *cur_pos, LocationVelocity *cur_vel, LocationAccuracy *cur_acc);
 
 void satellite_signaling(LocationObject *obj, guint32 signals[LAST_SIGNAL],
                                                gboolean *prev_enabled, int interval, gboolean emit,
-                                               guint *updated_timestamp, LocationSatellite **pre_sat,
+                                               guint *last_timestamp, LocationSatellite **pre_sat,
                                                LocationSatellite *sat);
 
 void location_signaling(LocationObject *obj, guint32 signals[LAST_SIGNAL],