Move memory pool class internal
[platform/core/uifw/dali-core.git] / dali / internal / common / fixed-size-memory-pool.h
@@ -1,5 +1,5 @@
-#ifndef __DALI_FIXED_SIZE_MEMORY_POOL_H__
-#define __DALI_FIXED_SIZE_MEMORY_POOL_H__
+#ifndef __DALI_INTERNAL_FIXED_SIZE_MEMORY_POOL_H__
+#define __DALI_INTERNAL_FIXED_SIZE_MEMORY_POOL_H__
 
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd.
@@ -25,6 +25,9 @@
 namespace Dali
 {
 
+namespace Internal
+{
+
 /**
  * @brief Calculate the size of a type taking alignment into account
  */
@@ -91,7 +94,8 @@ private:
 
 };
 
+} // namespace Internal
 
 } // namespace Dali
 
-#endif /* __DALI_FIXED_SIZE_MEMORY_POOL_H__ */
+#endif /* __DALI_INTERNAL_FIXED_SIZE_MEMORY_POOL_H__ */