Change name FShl -> FShell
authorJaeHwanLee <jael.lee@samsung.com>
Wed, 5 Dec 2012 09:37:52 +0000 (18:37 +0900)
committerJaeHwanLee <jael.lee@samsung.com>
Wed, 5 Dec 2012 09:55:27 +0000 (18:55 +0900)
Change-Id: I97a5b7dfd9183f6f1cd6e361c630b02db9dc173e
Signed-off-by: JaeHwanLee <jael.lee@samsung.com>
inc/FShell.h
inc/FShellQuickPanelFrame.h [moved from inc/FShlQuickPanelFrame.h with 98% similarity]
src/CMakeLists.txt
src/FShellQuickPanelFrame.cpp [moved from src/FShlQuickPanelFrame.cpp with 98% similarity]
src/FShell_QuickPanelFrame.cpp [moved from src/FShl_QuickPanelFrame.cpp with 99% similarity]
src/FShell_QuickPanelFrameImpl.cpp [moved from src/FShl_QuickPanelFrameImpl.cpp with 99% similarity]
src/FShell_QuickPanelFramePresenter.cpp [moved from src/FShl_QuickPanelFramePresenter.cpp with 88% similarity]
src/inc/FShell_QuickPanelFrame.h [moved from src/inc/FShl_QuickPanelFrame.h with 93% similarity]
src/inc/FShell_QuickPanelFrameImpl.h [moved from src/inc/FShl_QuickPanelFrameImpl.h with 92% similarity]
src/inc/FShell_QuickPanelFramePresenter.h [moved from src/inc/FShl_QuickPanelFramePresenter.h with 86% similarity]

index 2761361..f378fac 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <FShellNotificationManager.h>
 #include <FShellNotificationRequest.h>
-#include <FShlQuickPanelFrame.h>
+#include <FShellQuickPanelFrame.h>
 
 /**
  * @namespace  Osp::Shell
similarity index 98%
rename from inc/FShlQuickPanelFrame.h
rename to inc/FShellQuickPanelFrame.h
index b0819e0..d377704 100644 (file)
 // limitations under the License.
 //
 /**
-* @file               FShlQuickPanelFrame.h
+* @file               FShellQuickPanelFrame.h
 * @brief      This is the header file for the %QuickPanelFrame class.
 *
 * This header file contains the declarations of the %QuickPanelFrame class.
 */
-#ifndef _FSHL_QUICK_PANEL_FRAME_H_
-#define _FSHL_QUICK_PANEL_FRAME_H_
+#ifndef _FSHELL_QUICK_PANEL_FRAME_H_
+#define _FSHELL_QUICK_PANEL_FRAME_H_
 
 #include <FUiWindow.h>
 
@@ -317,5 +317,5 @@ private:
 
 }} // Osp::Shell
 
-#endif // _FSHL_QUICK_PANEL_FRAME_H_
+#endif // _FSHELL_QUICK_PANEL_FRAME_H_
 
index e46340c..9789631 100644 (file)
@@ -55,10 +55,10 @@ SET (${this_target}_SOURCE_FILES
        FShell_NotificationRequestImpl.cpp
        FShell_NotificationManagerProxy.cpp
        FShell_NotificationManagerIpcMessages.cpp
-       FShlQuickPanelFrame.cpp
-       FShl_QuickPanelFrame.cpp
-       FShl_QuickPanelFrameImpl.cpp
-       FShl_QuickPanelFramePresenter.cpp
+       FShellQuickPanelFrame.cpp
+       FShell_QuickPanelFrame.cpp
+       FShell_QuickPanelFrameImpl.cpp
+       FShell_QuickPanelFramePresenter.cpp
 )
 
 ## Definitions
similarity index 98%
rename from src/FShlQuickPanelFrame.cpp
rename to src/FShellQuickPanelFrame.cpp
index b2ab557..133ec5b 100644 (file)
  */
 
 #include <unique_ptr.h>
-#include <FShlQuickPanelFrame.h>
+#include <FShellQuickPanelFrame.h>
 #include <FBaseSysLog.h>
 #include <FSec_AccessController.h>
 #include "FUi_UiBuilder.h"
-#include "FShl_QuickPanelFrameImpl.h"
+#include "FShell_QuickPanelFrameImpl.h"
 
 using namespace std;
 using namespace Osp::Security;
similarity index 99%
rename from src/FShl_QuickPanelFrame.cpp
rename to src/FShell_QuickPanelFrame.cpp
index d1a54de..41d1df0 100644 (file)
@@ -15,7 +15,7 @@
 // limitations under the License.
 //
 /**
- * @file               FShl_QuickPanelFrame.cpp
+ * @file               FShell_QuickPanelFrame.cpp
  * @brief              This is the implementation file for the _QuickPanelFrame class.
  */
 
@@ -28,8 +28,8 @@ extern "C" {
 #include <FBaseSysLog.h>
 #include <FBase_StringConverter.h>
 #include "FUi_CoordinateSystemUtils.h"
-#include "FShl_QuickPanelFrame.h"
-#include "FShl_QuickPanelFramePresenter.h"
+#include "FShell_QuickPanelFrame.h"
+#include "FShell_QuickPanelFramePresenter.h"
 #include "FUi_ControlManager.h"
 #include "FUi_IUiEventManager.h"
 #include "FUi_UiEventManager.h"
similarity index 99%
rename from src/FShl_QuickPanelFrameImpl.cpp
rename to src/FShell_QuickPanelFrameImpl.cpp
index 631a7d1..69a32cc 100644 (file)
@@ -26,7 +26,7 @@
 #include "FUi_PublicOrientationEvent.h"
 #include "FUi_TouchManager.h"
 #include "FUi_UiBuilder.h"
-#include "FShl_QuickPanelFrameImpl.h"
+#include "FShell_QuickPanelFrameImpl.h"
 
 using namespace Osp::Base::Runtime;
 using namespace Osp::Graphics;
similarity index 88%
rename from src/FShl_QuickPanelFramePresenter.cpp
rename to src/FShell_QuickPanelFramePresenter.cpp
index ec4bbb3..ae5b765 100644 (file)
 // limitations under the License.
 //
 /**
- * @file               FShl_QuickPanelFramePresenter.cpp
+ * @file               FShell_QuickPanelFramePresenter.cpp
  * @brief              This is the implementation file for the _QuickPanelFramePresenter class.
  */
 
 #include <new>
 #include <FBaseSysLog.h>
-#include "FShl_QuickPanelFramePresenter.h"
-#include "FShl_QuickPanelFrame.h"
+#include "FShell_QuickPanelFramePresenter.h"
+#include "FShell_QuickPanelFrame.h"
 
 using namespace Osp::Graphics;
 
similarity index 93%
rename from src/inc/FShl_QuickPanelFrame.h
rename to src/inc/FShell_QuickPanelFrame.h
index 26a55bf..4143429 100644 (file)
 // limitations under the License.
 //
 /**
- * @file               FShl_QuickPanelFrame.h
+ * @file               FShell_QuickPanelFrame.h
  * @brief              This is the header file for the _NotificationFrame class.
  *
  * This header file contains the declarations of the %_QuickPanelFrame class.
  */
-#ifndef _FSHL_INTERNAL_QUICKPANEL_FRAME_H_
-#define _FSHL_INTERNAL_QUICKPANEL_FRAME_H_
+#ifndef _FSHELL_INTERNAL_QUICKPANEL_FRAME_H_
+#define _FSHELL_INTERNAL_QUICKPANEL_FRAME_H_
 
 #include "FUi_Window.h"
 
@@ -96,4 +96,4 @@ private:
 
 }}// Osp::Shell
 
-#endif // _FSHL_INTERNAL_QUICKPANEL_FRAME_H_
\ No newline at end of file
+#endif // _FSHELL_INTERNAL_QUICKPANEL_FRAME_H_
\ No newline at end of file
similarity index 92%
rename from src/inc/FShl_QuickPanelFrameImpl.h
rename to src/inc/FShell_QuickPanelFrameImpl.h
index 3398969..eb932ef 100644 (file)
 // See the License for the specific language governing permissions and
 // limitations under the License.
 //
-#ifndef _FSHL_INTERNAL_QUICKPANEL_FRAME_IMPL_H_
-#define _FSHL_INTERNAL_QUICKPANEL_FRAME_IMPL_H_
+#ifndef _FSHELL_INTERNAL_QUICKPANEL_FRAME_IMPL_H_
+#define _FSHELL_INTERNAL_QUICKPANEL_FRAME_IMPL_H_
 
-#include <FShlQuickPanelFrame.h>
+#include <FShellQuickPanelFrame.h>
 #include <FUiIOrientationEventListener.h>
 #include "FUi_WindowImpl.h"
-#include "FShl_QuickPanelFrame.h"
+#include "FShell_QuickPanelFrame.h"
 
 namespace Osp { namespace Ui
 {
@@ -80,4 +80,4 @@ private:
 
 }}     // Osp::Shell
 
-#endif // _FSHL_INTERNAL_QUICKPANEL_FRAME_IMPL_H_
\ No newline at end of file
+#endif // _FSHELL_INTERNAL_QUICKPANEL_FRAME_IMPL_H_
\ No newline at end of file
similarity index 86%
rename from src/inc/FShl_QuickPanelFramePresenter.h
rename to src/inc/FShell_QuickPanelFramePresenter.h
index 619197f..c13661d 100644 (file)
 // limitations under the License.
 //
 /**
- * @file               FShl_QuickPanelFramePresenter.h
+ * @file               FShell_QuickPanelFramePresenter.h
  * @brief              This is the header file for the _QuickPanelFramePresenter class.
  *
  * This header file contains the declarations of the %_QuickPanelFramePresenter class.
  */
-#ifndef _FSHL_INTERNAL_QUICKPANEL_FRAME_PRESENTER_H_
-#define _FSHL_INTERNAL_QUICKPANEL_FRAME_PRESENTER_H_
+#ifndef _FSHELL_INTERNAL_QUICKPANEL_FRAME_PRESENTER_H_
+#define _FSHELL_INTERNAL_QUICKPANEL_FRAME_PRESENTER_H_
 
 namespace Osp { namespace Shell
 {
@@ -46,4 +46,4 @@ private:
 
 }} // Osp::Shell
 
-#endif  // _FSHL_INTERNAL_QUICKPANEL_FRAME_PRESENTER_H_
\ No newline at end of file
+#endif  // _FSHELL_INTERNAL_QUICKPANEL_FRAME_PRESENTER_H_
\ No newline at end of file