X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftoolkit-application.h;h=d444557cf1dae4588f5c089277777d2d8cdddcd3;hp=7178b68f26c170e3e808ebf1881dde19d5c717e8;hb=2951af4fa549b8383cebb3464fd14eb86a993e25;hpb=a881757839b7abb008873a68c67e17b3ba39669b 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 7178b68..d444557 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) 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. @@ -85,8 +85,11 @@ private: // The Application Stub Application* mApplicationStub; friend class Application; + +public: // Test static member + static bool DECODED_IMAGES_SUPPORTED; }; } // namespace Dali -#endif // __DALI_TOOLKIT_TOOLKIT_APPLICATION_H__ +#endif // DALI_TOOLKIT_TOOLKIT_APPLICATION_H