Invalid characters modified
authorHeeJu Kang <mobum.kang@samsung.com>
Tue, 15 Jan 2013 04:06:17 +0000 (13:06 +0900)
committerHeeJu Kang <mobum.kang@samsung.com>
Tue, 15 Jan 2013 04:06:17 +0000 (13:06 +0900)
Change-Id: I74120dfdee8f7311336dfcc4e7792bab35962d19
Signed-off-by: HeeJu Kang <mobum.kang@samsung.com>
inc/FShellILiveboxAddRequestListener.h [moved from inc/FShellIILiveboxAddRequestListener.h with 98% similarity]
inc/FShellLiveboxManager.h
inc/FShellLiveboxProviderInfo.h
src/FShellLiveboxProviderInfo.cpp
src/FShell_LiveboxProviderInfoImpl.cpp
src/FShell_LiveboxViewModel.cpp
src/inc/FShell_LiveboxProviderInfoImpl.h

similarity index 98%
rename from inc/FShellIILiveboxAddRequestListener.h
rename to inc/FShellILiveboxAddRequestListener.h
index 8e7f2d3..02e3202 100644 (file)
@@ -16,7 +16,7 @@
 //
 
 /**
- * @file               FShellIILiveboxAddRequestListener.h
+ * @file               FShellILiveboxAddRequestListener.h
  * @brief              This is the header file for the %ILiveboxAddRequestListener interface.
  *
  * This header file contains the declarations of the %ILiveboxAddRequestListener interface.
index 9cb4199..d9d1c25 100644 (file)
@@ -28,7 +28,7 @@
 #include <unique_ptr.h>
 #include <FBaseString.h>
 #include <FAppTypes.h>
-#include <FShellIILiveboxAddRequestListener.h>
+#include <FShellILiveboxAddRequestListener.h>
 
 namespace Tizen { namespace Base { namespace Collection { class IList; } } }
 namespace Tizen { namespace Shell
index 82aad59..85d344b 100644 (file)
@@ -131,7 +131,7 @@ public:
         * delete pProviderInfo;
         * @endcode
         */
-       Tizen::Base::String GetCongiturationAppControlAppId() const;
+       Tizen::Base::String GetConfigurationAppControlAppId() const;
 
        /**
        * Checks whether the Livebox provider is default or not.
index a1abae8..72ee55a 100644 (file)
@@ -113,9 +113,9 @@ LiveboxProviderInfo::GetIconPath() const
 }
 
 Tizen::Base::String
-LiveboxProviderInfo::GetCongiturationAppControlAppId() const
+LiveboxProviderInfo::GetConfigurationAppControlAppId() const
 {
-       return __pLiveboxProviderInfoImpl->GetCongiturationAppControlAppId();
+       return __pLiveboxProviderInfoImpl->GetConfigurationAppControlAppId();
 }
 
 Tizen::Base::Collection::IList*
index 5b17a85..062048d 100644 (file)
@@ -98,7 +98,7 @@ _LiveboxProviderInfoImpl::GetIconPath() const
 }
 
 Tizen::Base::String
-_LiveboxProviderInfoImpl::GetCongiturationAppControlAppId() const
+_LiveboxProviderInfoImpl::GetConfigurationAppControlAppId() const
 {
        return __configurationAppControlAppId;
 }
index cc14207..f1fb594 100644 (file)
@@ -72,7 +72,7 @@ _LiveboxViewModel::Initialize(const AppId& appId, const Tizen::Base::String& pro
        SysLog(NID_UI_CTRL, "(%ls %ls)", __appId.GetPointer(), __providerName.GetPointer());
 
        SysLog(NID_UI_CTRL, "ProviderInfo(%ls %ls %ls %ls)", __pLiveboxProviderInfo->GetName().GetPointer(), __pLiveboxProviderInfo->GetDisplayName().GetPointer(),
-               __pLiveboxProviderInfo->GetIconPath().GetPointer(), __pLiveboxProviderInfo->GetCongiturationAppControlAppId().GetPointer());
+               __pLiveboxProviderInfo->GetIconPath().GetPointer(), __pLiveboxProviderInfo->GetConfigurationAppControlAppId().GetPointer());
 
 }
 
index 0b9406f..51e2a5c 100644 (file)
@@ -90,7 +90,7 @@ public:
         */
        Tizen::Base::String GetIconPath() const;
 
-       Tizen::Base::String GetCongiturationAppControlAppId() const;
+       Tizen::Base::String GetConfigurationAppControlAppId() const;
 
        /**
         * Gets a list of LiveboxSizeInfo of the Livebox