X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fscripting%2Fscript-impl.h;h=f5239288cba94c55db5db178c52bef7daea4f249;hp=ba4094ee09120799d747f3d8e01bb2290cf779d4;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=5d49d819924da76f96f22845210abe89a7ade187 diff --git a/dali-toolkit/internal/scripting/script-impl.h b/dali-toolkit/internal/scripting/script-impl.h index ba4094e..f523928 100644 --- a/dali-toolkit/internal/scripting/script-impl.h +++ b/dali-toolkit/internal/scripting/script-impl.h @@ -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. @@ -17,10 +17,12 @@ * limitations under the License. * */ +// EXTERNAL INCLUDES +#include // INTERNAL INCLUDES -#include -#include +#include +#include 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