Initial refactoring merge
[platform/core/telephony/tel-plugin-imc.git] / include / imc_gps.h
similarity index 67%
rename from include/s_ss.h
rename to include/imc_gps.h
index 394ba8a..0351c96 100644 (file)
@@ -1,9 +1,7 @@
 /*
  * tel-plugin-imc
  *
- * Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Sharanayya Mathapati <sharan.m@samsung.com>
+ * Copyright (c) 2013 Samsung Electronics Co. Ltd. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  */
 
-#ifndef __S_SS_H__
-#define __S_SS_H__
+#ifndef __IMC_GPS_H__
+#define __IMC_GPS_H__
 
-gboolean s_ss_init(TcorePlugin *cp, CoreObject *co_ss);
-void s_ss_exit(TcorePlugin *cp, CoreObject *co_ss);
+gboolean imc_gps_init(TcorePlugin *p, CoreObject *co);
+void imc_gps_exit(TcorePlugin *p, CoreObject *co);
 
-#endif
+#endif /* __IMC_GPS_H__ */