[Tizen] Implement partial update
[platform/core/uifw/dali-core.git] / dali / internal / event / common / demangler.h
index 9e7bf95..3e63ac8 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_DEMANGLER_H__
-#define __DALI_DEMANGLER_H__
+#ifndef DALI_DEMANGLER_H
+#define DALI_DEMANGLER_H
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  */
 
-// INTERNAL INCLUDES
-#include <vector>
+// EXTERNAL INCLUDES
 #include <string>
 
+// INTERNAL INCLUDES
+#include <dali/public-api/common/vector-wrapper.h>
+
 namespace Dali
 {
 
@@ -44,9 +46,8 @@ std::vector<std::string> DemangleNestedNames(const char *typeIdName);
  */
 const std::string DemangleClassName(const char *typeIdName);
 
-}
-
-}
+} // namespace Internal
 
+} // namespace Dali
 
-#endif // header
+#endif // DALI_DEMANGLER_H