Text Fit
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / scripting / script-impl.h
index c8d9c6d..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.
@@ -51,7 +51,7 @@ public:
   /**
    * @copydoc Toolkit::Script::ExecuteFile
    */
-  void ExecuteFile( const std::string& filename );
+  bool ExecuteFile( const std::string& filename );
 
 protected:
 
@@ -103,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