Initial refactoring merge
[platform/core/telephony/tel-plugin-imc.git] / include / imc_dispatch.h
similarity index 81%
rename from include/s_dispatch.h
rename to include/imc_dispatch.h
index 5ee2f85..5e18bc5 100644 (file)
@@ -1,9 +1,7 @@
 /*
  * tel-plugin-imc
  *
- * Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Ja-young Gu <jygu@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_DISPATCH_H__
-#define __S_DISPATCH_H__
+#ifndef __IMC_DISPATCH_H__
+#define __IMC_DISPATCH_H__
 
 void do_factory(TcoreHal *h, const ipc_message_type *ipc);
 void do_notification_message(TcorePlugin *p, const ipc_message_type *ipc);
 void do_notification_sys_message(TcorePlugin *p, const void *data);
 
-#endif
+#endif /* __IMC_DISPATCH_H__ */