Merge remote-tracking branch 'origin/tizen' into new_text
[platform/core/uifw/dali-adaptor.git] / platform-abstractions / tizen / tizen-platform-abstraction.h
@@ -1,5 +1,5 @@
-#ifndef __DALI_SLP_PLATFORM_ABSTRACTION_H__
-#define __DALI_SLP_PLATFORM_ABSTRACTION_H__
+#ifndef __DALI_TIZEN_PLATFORM_ABSTRACTION_H__
+#define __DALI_TIZEN_PLATFORM_ABSTRACTION_H__
 
 /*
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
@@ -32,7 +32,7 @@ namespace Dali
  */
 Integration::PlatformAbstraction* CreatePlatformAbstraction();
 
-namespace SlpPlatform
+namespace TizenPlatform
 {
 
 class DynamicsFactory;
@@ -41,7 +41,7 @@ class ResourceLoader;
 /**
  * Concrete implementation of the platform abstraction class.
  */
-class SlpPlatformAbstraction : public Integration::PlatformAbstraction
+class TizenPlatformAbstraction : public Integration::PlatformAbstraction
 {
 
 public: // Construction & Destruction
@@ -49,12 +49,12 @@ public: // Construction & Destruction
   /**
    * Constructor
    */
-  SlpPlatformAbstraction();
+  TizenPlatformAbstraction();
 
   /**
    * Destructor
    */
-  virtual ~SlpPlatformAbstraction();
+  virtual ~TizenPlatformAbstraction();
 
 public: // PlatformAbstraction overrides
 
@@ -174,7 +174,7 @@ private:
   std::string mDataStoragePath;
 };
 
-}  // namespace SlpPlatform
+}  // namespace TizenPlatform
 }  // namespace Dali
 
-#endif // __DALI_SLP_PLATFORM_ABSTRACTION_H__
+#endif // __DALI_TIZEN_PLATFORM_ABSTRACTION_H__