From c6be97b118eb7bc4b52e72105b940bc2e2151f52 Mon Sep 17 00:00:00 2001 From: Young Ik Cho Date: Fri, 19 Jul 2013 09:27:39 +0900 Subject: [PATCH] proper headers Change-Id: Id691b554d2d925f5070bc1459ec5eb95dc472c75 Signed-off-by: Young Ik Cho --- src/app/{inc => }/FApp_AppControlResponseEvent.h | 0 src/app/inc/FApp_IAppManager.h | 6 +++--- src/{app => server}/inc/FApp_IAppLaunchConditionEventListener.h | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename src/app/{inc => }/FApp_AppControlResponseEvent.h (100%) mode change 100755 => 100644 src/app/inc/FApp_IAppManager.h rename src/{app => server}/inc/FApp_IAppLaunchConditionEventListener.h (100%) diff --git a/src/app/inc/FApp_AppControlResponseEvent.h b/src/app/FApp_AppControlResponseEvent.h similarity index 100% rename from src/app/inc/FApp_AppControlResponseEvent.h rename to src/app/FApp_AppControlResponseEvent.h diff --git a/src/app/inc/FApp_IAppManager.h b/src/app/inc/FApp_IAppManager.h old mode 100755 new mode 100644 index a8e1bda..483e3f5 --- a/src/app/inc/FApp_IAppManager.h +++ b/src/app/inc/FApp_IAppManager.h @@ -21,8 +21,8 @@ * This header file contains the declarations of the %_IAppManager interface. */ -#ifndef _FAPP_INTERNAL_IAPP_MANAGER_ -#define _FAPP_INTERNAL_IAPP_MANAGER_ +#ifndef _FAPP_INTERNAL_IAPP_MANAGER_H_ +#define _FAPP_INTERNAL_IAPP_MANAGER_H_ #include #include @@ -60,4 +60,4 @@ public: }} // Tizen::App -#endif //_FAPP_INTERNAL_IAPP_MANAGER_ +#endif //_FAPP_INTERNAL_IAPP_MANAGER_H_ diff --git a/src/app/inc/FApp_IAppLaunchConditionEventListener.h b/src/server/inc/FApp_IAppLaunchConditionEventListener.h similarity index 100% rename from src/app/inc/FApp_IAppLaunchConditionEventListener.h rename to src/server/inc/FApp_IAppLaunchConditionEventListener.h -- 2.7.4