Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / builder / json-parser.h
index 05b8e80..b4ae41b 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_JSON_PARSER_H__
-#define __DALI_JSON_PARSER_H__
+#ifndef DALI_JSON_PARSER_H
+#define DALI_JSON_PARSER_H
 
 /*
- * Copyright (c) 2015 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.
@@ -41,7 +41,7 @@ class JsonParser;
 /*
  * Parses JSON
  */
-class DALI_IMPORT_API JsonParser : public BaseHandle
+class DALI_TOOLKIT_API JsonParser : public BaseHandle
 {
 public:
 
@@ -146,4 +146,4 @@ public: // Not intended for application developers
 } // namespace Dali
 
 
-#endif // __DALI_JSON_PARSER_H__
+#endif // DALI_JSON_PARSER_H