Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / scripting / script-impl.h
index ba4094e..f523928 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_INTERNAL_SCRIPT_H__
-#define __DALI_TOOLKIT_INTERNAL_SCRIPT_H__
+#ifndef DALI_TOOLKIT_INTERNAL_SCRIPT_H
+#define DALI_TOOLKIT_INTERNAL_SCRIPT_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.
  * limitations under the License.
  *
  */
+// EXTERNAL INCLUDES
+#include <dali/public-api/object/base-object.h>
 
 // INTERNAL INCLUDES
-#include <dali-toolkit/public-api/scripting/script.h>
-#include <dali-toolkit/public-api/scripting/script-plugin.h>
+#include <dali-toolkit/devel-api/scripting/script.h>
+#include <dali-toolkit/devel-api/scripting/script-plugin.h>
 
 
 namespace Dali
@@ -49,7 +51,7 @@ public:
   /**
    * @copydoc Toolkit::Script::ExecuteFile
    */
-  void ExecuteFile( const std::string& filename );
+  bool ExecuteFile( const std::string& filename );
 
 protected:
 
@@ -101,4 +103,4 @@ inline const Internal::Script& GetImpl(const Dali::Toolkit::Script& obj)
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_INTERNAL_SCRIPT_H__
+#endif // DALI_TOOLKIT_INTERNAL_SCRIPT_H