X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftoolkit-application.h;h=bd53962ef6659ad180ee1d5f5823acd5e6a10a43;hb=HEAD;hp=584a38c01b13ed0c88678348c124f1633b2eeb7e;hpb=bc5e9a0b52e07309fd557deb212333d1798109f3;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-application.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-application.h index 584a38c..bd53962 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-application.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-application.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TOOLKIT_APPLICATION_H__ -#define __DALI_TOOLKIT_TOOLKIT_APPLICATION_H__ +#ifndef DALI_TOOLKIT_TOOLKIT_APPLICATION_H +#define DALI_TOOLKIT_TOOLKIT_APPLICATION_H /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2024 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. @@ -20,7 +20,6 @@ namespace Dali { - class Application; /** @@ -30,18 +29,14 @@ class Application; class ToolkitApplication { public: // Construction & Destruction - ToolkitApplication(); ~ToolkitApplication(); public: // Getters - Application& GetApplication(); public: // Signal Emissions - public: // TEST FUNCTIONS - // Enumeration of Application methods enum TestFuncEnum { @@ -68,7 +63,6 @@ public: // TEST FUNCTIONS } private: - struct TestFunctions { TestFunctions() @@ -88,8 +82,9 @@ private: public: // Test static member static bool DECODED_IMAGES_SUPPORTED; + static bool ADD_IDLE_SUCCESS; ///< Default as true. }; } // namespace Dali -#endif // __DALI_TOOLKIT_TOOLKIT_APPLICATION_H__ +#endif // DALI_TOOLKIT_TOOLKIT_APPLICATION_H