Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit / dali-toolkit-test-utils / toolkit-application.h
index 7178b68..d444557 100644 (file)
@@ -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