tc_array_counter = 0;
tc_array_list[0] = "";
-print "#ifndef __" HEADER_NAME "__"
-print "#define __" HEADER_NAME "__"
+print "#ifndef " HEADER_NAME
+print "#define " HEADER_NAME
print ""
print "#include \"testcase.h\""
print ""
print " {NULL, NULL}"
print "};"
print ""
-print "#endif // __" HEADER_NAME "__"
+print "#endif // " HEADER_NAME
}' $TFILE > $FILE
unlink $TFILE
/*
- * Copyright (c) 2018 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.
*
*/
-#ifndef __DALI_ADAPTOR_TET_IMAGE_LOADERS_H_
-#define __DALI_ADAPTOR_TET_IMAGE_LOADERS_H_
+#ifndef DALI_ADAPTOR_TET_IMAGE_LOADERS_H
+#define DALI_ADAPTOR_TET_IMAGE_LOADERS_H
#include <dali/dali.h>
#include <dali/integration-api/bitmap.h>
*/
void DumpImageBufferToTempFile( std::string filename, std::string targetFilename, const LoadFunctions& functions );
-#endif // __DALI_ADAPTOR_TET_IMAGE_LOADERS_H_
+#endif // DALI_ADAPTOR_TET_IMAGE_LOADERS_H
-#ifndef __DALI_ADAPTOR_TEST_ADAPTOR_IMPL_H__
-#define __DALI_ADAPTOR_TEST_ADAPTOR_IMPL_H__
+#ifndef DALI_ADAPTOR_TEST_ADAPTOR_IMPL_H
+#define DALI_ADAPTOR_TEST_ADAPTOR_IMPL_H
/*
- * Copyright (c) 2017 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.
} // Dali
-#endif // __DALI_ADAPTOR_TEST_ADAPTOR_IMPL_H__
+#endif // DALI_ADAPTOR_TEST_ADAPTOR_IMPL_H
-#ifndef __DALI_ADAPTOR_TEST_APPLICATION_H__
-#define __DALI_ADAPTOR_TEST_APPLICATION_H__
+#ifndef DALI_ADAPTOR_TEST_APPLICATION_H
+#define DALI_ADAPTOR_TEST_APPLICATION_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_ADAPTOR_TEST_APPLICATION_H__
+#endif // DALI_ADAPTOR_TEST_APPLICATION_H
-#ifndef __DALI_TEST_IMG_UTILS_H__
-#define __DALI_TEST_IMG_UTILS_H__
+#ifndef DALI_TEST_IMG_UTILS_H
+#define DALI_TEST_IMG_UTILS_H
/*
- * Copyright (c) 2017 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.
}
-#endif // __DALI_TEST_SUITE_UTILS_H__
+#endif // DALI_TEST_SUITE_UTILS_H
-#ifndef __DALI_TEST_APPLICATION_H__
-#define __DALI_TEST_APPLICATION_H__
+#ifndef DALI_TEST_APPLICATION_H
+#define DALI_TEST_APPLICATION_H
/*
* Copyright (c) 2019 Samsung Electronics Co., Ltd.
} // Dali
-#endif
+#endif // DALI_TEST_APPLICATION_H
-#ifndef __TEST_GL_SYNC_ABSTRACTION_H__
-#define __TEST_GL_SYNC_ABSTRACTION_H__
+#ifndef TEST_GL_SYNC_ABSTRACTION_H
+#define TEST_GL_SYNC_ABSTRACTION_H
/*
- * Copyright (c) 2018 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.
} // Dali
-#endif // __TEST_GL_SYNC_ABSTRACTION_H__
+#endif // TEST_GL_SYNC_ABSTRACTION_H
-#ifndef __TEST_INTRUSIVE_PTR_H__
-#define __TEST_INTRUSIVE_PTR_H__
+#ifndef TEST_INTRUSIVE_PTR_H
+#define TEST_INTRUSIVE_PTR_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.
} // Dali
-#endif
+#endif // TEST_INTRUSIVE_PTR_H
-#ifndef __TEST_NATIVE_IMAGE_H__
-#define __TEST_NATIVE_IMAGE_H__
+#ifndef TEST_NATIVE_IMAGE_H
+#define TEST_NATIVE_IMAGE_H
/*
- * Copyright (c) 2018 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.
} // Dali
-#endif
+#endif // TEST_NATIVE_IMAGE_H
-#ifndef __TEST_RENDER_CONTROLLER_H__
-#define __TEST_RENDER_CONTROLLER_H__
+#ifndef TEST_RENDER_CONTROLLER_H
+#define TEST_RENDER_CONTROLLER_H
/*
- * Copyright (c) 2018 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.
} // Dali
-#endif
+#endif // TEST_RENDER_CONTROLLER_H
-#ifndef _TEST_TOUCH_UTILS_H_
-#define _TEST_TOUCH_UTILS_H_
+#ifndef TEST_TOUCH_UTILS_H
+#define TEST_TOUCH_UTILS_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.
} // namespace Dali
-#endif // _TEST_TOUCH_UTILS_H_
+#endif // TEST_TOUCH_UTILS_H
/*
- * Copyright (c) 2017 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.
*
*/
-#ifndef __DALI_TEST_SUITE_IMAGE_LOADING_COMMON_H__
-#define __DALI_TEST_SUITE_IMAGE_LOADING_COMMON_H__
+#ifndef DALI_TEST_SUITE_IMAGE_LOADING_COMMON_H
+#define DALI_TEST_SUITE_IMAGE_LOADING_COMMON_H
#include <unistd.h>
#include <iostream>
#include <stdlib.h>
void utc_dali_loading_startup(void);
void utc_dali_loading_cleanup(void);
-#endif // __DALI_TEST_SUITE_IMAGE_LOADING_COMMON_H__
+#endif // DALI_TEST_SUITE_IMAGE_LOADING_COMMON_H
-#ifndef __DALI_H__
-#define __DALI_H__
+#ifndef DALI_H
+#define DALI_H
/*
- * Copyright (c) 2018 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.
#include <dali/public-api/adaptor-framework/widget.h>
#include <dali/public-api/dali-adaptor-version.h>
-#endif //__DALI_H__
+#endif //DALI_H
-#ifndef __DALI_ACCESSIBILITY_ACTION_HANDLER_H__
-#define __DALI_ACCESSIBILITY_ACTION_HANDLER_H__
+#ifndef DALI_ACCESSIBILITY_ACTION_HANDLER_H
+#define DALI_ACCESSIBILITY_ACTION_HANDLER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_ACCESSIBILITY_ACTION_HANDLER_H__
+#endif // DALI_ACCESSIBILITY_ACTION_HANDLER_H
-#ifndef __DALI_ACCESSIBILITY_ADAPTOR_H__
-#define __DALI_ACCESSIBILITY_ADAPTOR_H__
+#ifndef DALI_ACCESSIBILITY_ADAPTOR_H
+#define DALI_ACCESSIBILITY_ADAPTOR_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_ACCESSIBILITY_ADAPTOR_H__
+#endif // DALI_ACCESSIBILITY_ADAPTOR_H
-#ifndef __DALI_ADAPTOR_BITMAP_SAVER_H__
-#define __DALI_ADAPTOR_BITMAP_SAVER_H__
+#ifndef DALI_ADAPTOR_BITMAP_SAVER_H
+#define DALI_ADAPTOR_BITMAP_SAVER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_ADAPTOR_BITMAP_SAVER_H__
+#endif // DALI_ADAPTOR_BITMAP_SAVER_H
-#ifndef __DALI_CLIPBOARD_EVENT_NOTIFIER_H__
-#define __DALI_CLIPBOARD_EVENT_NOTIFIER_H__
+#ifndef DALI_CLIPBOARD_EVENT_NOTIFIER_H
+#define DALI_CLIPBOARD_EVENT_NOTIFIER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_CLIPBOARD_EVENT_NOTIFIER_H__
+#endif // DALI_CLIPBOARD_EVENT_NOTIFIER_H
-#ifndef __DALI_CLIPBOARD_H__
-#define __DALI_CLIPBOARD_H__
+#ifndef DALI_CLIPBOARD_H
+#define DALI_CLIPBOARD_H
/*
- * Copyright (c) 2018 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.
};
} // namespace Dali
-#endif // __DALI_CLIPBOARD_H__
+#endif // DALI_CLIPBOARD_H
-#ifndef __DALI_ENVIRONMENT_VARIABLE_H__
-#define __DALI_ENVIRONMENT_VARIABLE_H__
+#ifndef DALI_ENVIRONMENT_VARIABLE_H
+#define DALI_ENVIRONMENT_VARIABLE_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif /*__DALI_ ENVIRONMENT_VARIABLE_H__ */
+#endif /*DALI_ ENVIRONMENT_VARIABLE_H */
-#ifndef __DALI_EVENT_FEEDER_H_
-#define __DALI_EVENT_FEEDER_H_
+#ifndef DALI_EVENT_FEEDER_H
+#define DALI_EVENT_FEEDER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_EVENT_FEEDER_H_
+#endif // DALI_EVENT_FEEDER_H
-#ifndef __DALI_EVENT_THREAD_CALLBACK_H_
-#define __DALI_EVENT_THREAD_CALLBACK_H_
+#ifndef DALI_EVENT_THREAD_CALLBACK_H
+#define DALI_EVENT_THREAD_CALLBACK_H
/*
- * Copyright (c) 2018 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.
};
}
-#endif /* __DALI_EVENT_THREAD_CALLBACK_H_ */
+#endif /* DALI_EVENT_THREAD_CALLBACK_H */
-#ifndef __DALI_FEEDBACK_PLAYER_H__
-#define __DALI_FEEDBACK_PLAYER_H__
+#ifndef DALI_FEEDBACK_PLAYER_H
+#define DALI_FEEDBACK_PLAYER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_FEEDBACK_PLAYER_H__
+#endif // DALI_FEEDBACK_PLAYER_H
-#ifndef __DALI_FEEDBACK_PLUGIN_H__
-#define __DALI_FEEDBACK_PLUGIN_H__
+#ifndef DALI_FEEDBACK_PLUGIN_H
+#define DALI_FEEDBACK_PLUGIN_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_FEEDBACK_PLUGIN_H__
+#endif // DALI_FEEDBACK_PLUGIN_H
-#ifndef __DALI_FILE_LOADER_H__
-#define __DALI_FILE_LOADER_H__
+#ifndef DALI_FILE_LOADER_H
+#define DALI_FILE_LOADER_H
/*
- * Copyright (c) 2018 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.
};
} // Dali
-#endif // __DALI_FILE_LOADER_H__
+#endif // DALI_FILE_LOADER_H
-#ifndef __DALI_INTERNAL_GIF_LOADING_H__
-#define __DALI_INTERNAL_GIF_LOADING_H__
+#ifndef DALI_INTERNAL_GIF_LOADING_H
+#define DALI_INTERNAL_GIF_LOADING_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_GIF_LOADING_H__
+#endif // DALI_INTERNAL_GIF_LOADING_H
-#ifndef __DALI_TIZEN_PLATFORM_IMAGE_LOADER_INPUT_H__
-#define __DALI_TIZEN_PLATFORM_IMAGE_LOADER_INPUT_H__
+#ifndef DALI_TIZEN_PLATFORM_IMAGE_LOADER_INPUT_H
+#define DALI_TIZEN_PLATFORM_IMAGE_LOADER_INPUT_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.
} // ImageLoader
} // Dali
-#endif // __DALI_TIZEN_PLATFORM_IMAGE_LOADER_INPUT_H__
+#endif // DALI_TIZEN_PLATFORM_IMAGE_LOADER_INPUT_H
-#ifndef __DALI_IMAGE_LOADING_PLUGIN_H__
-#define __DALI_IMAGE_LOADING_PLUGIN_H__
+#ifndef DALI_IMAGE_LOADING_PLUGIN_H
+#define DALI_IMAGE_LOADING_PLUGIN_H
/*
- * Copyright (c) 2018 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.
-#ifndef __DALI_INPUT_METHOD_CONTEXT_H__
-#define __DALI_INPUT_METHOD_CONTEXT_H__
+#ifndef DALI_INPUT_METHOD_CONTEXT_H
+#define DALI_INPUT_METHOD_CONTEXT_H
/*
* Copyright (c) 2019 Samsung Electronics Co., Ltd.
} // namespace Dali
-#endif // __DALI_INPUT_METHOD_CONTEXT_H__
+#endif // DALI_INPUT_METHOD_CONTEXT_H
-#ifndef __DALI_VIRTUAL_KEYBOARD_OPTIONS_H__
-#define __DALI_VIRTUAL_KEYBOARD_OPTIONS_H__
+#ifndef DALI_VIRTUAL_KEYBOARD_OPTIONS_H
+#define DALI_VIRTUAL_KEYBOARD_OPTIONS_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_VIRTUAL_KEYBOARD_OPTIONS_H__
+#endif // DALI_VIRTUAL_KEYBOARD_OPTIONS_H
-#ifndef __DALI_KEY_EXTENSION_PLUGIN_H__
-#define __DALI_KEY_EXTENSION_PLUGIN_H__
+#ifndef DALI_KEY_EXTENSION_PLUGIN_H
+#define DALI_KEY_EXTENSION_PLUGIN_H
/*
- * Copyright (c) 2017 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.
-#ifndef __DALI_LIFECYCLE_CONTROLLER_H__
-#define __DALI_LIFECYCLE_CONTROLLER_H__
+#ifndef DALI_LIFECYCLE_CONTROLLER_H
+#define DALI_LIFECYCLE_CONTROLLER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_LIFECYCLE_CONTROLLER_H__
+#endif // DALI_LIFECYCLE_CONTROLLER_H
-#ifndef __DALI_ORIENTATION_H__
-#define __DALI_ORIENTATION_H__
+#ifndef DALI_ORIENTATION_H
+#define DALI_ORIENTATION_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_ORIENTATION_H__
+#endif // DALI_ORIENTATION_H
-#ifndef __DALI_PERFORMANCE_LOGGER_H__
-#define __DALI_PERFORMANCE_LOGGER_H__
+#ifndef DALI_PERFORMANCE_LOGGER_H
+#define DALI_PERFORMANCE_LOGGER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_PERFORMANCE_LOGGER_H__
+#endif // DALI_PERFORMANCE_LOGGER_H
-#ifndef __DALI_PHYSICAL_KEYBOARD_H__
-#define __DALI_PHYSICAL_KEYBOARD_H__
+#ifndef DALI_PHYSICAL_KEYBOARD_H
+#define DALI_PHYSICAL_KEYBOARD_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_PHYSICAL_KEYBOARD_H__
+#endif // DALI_PHYSICAL_KEYBOARD_H
-#ifndef __DALI_SINGELTON_SERVICE_H__
-#define __DALI_SINGELTON_SERVICE_H__
+#ifndef DALI_SINGELTON_SERVICE_H
+#define DALI_SINGELTON_SERVICE_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_SINGELTON_SERVICE_H__
+#endif // DALI_SINGELTON_SERVICE_H
-#ifndef __DALI_SOUND_PLAYER_H__
-#define __DALI_SOUND_PLAYER_H__
+#ifndef DALI_SOUND_PLAYER_H
+#define DALI_SOUND_PLAYER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_SOUND_PLAYER_H__
+#endif // DALI_SOUND_PLAYER_H
-#ifndef __DALI_STYLE_MONITOR_H__
-#define __DALI_STYLE_MONITOR_H__
+#ifndef DALI_STYLE_MONITOR_H
+#define DALI_STYLE_MONITOR_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_STYLE_MONITOR_H__
+#endif // DALI_STYLE_MONITOR_H
-#ifndef __DALI_TILT_SENSOR_H__
-#define __DALI_TILT_SENSOR_H__
+#ifndef DALI_TILT_SENSOR_H
+#define DALI_TILT_SENSOR_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_TILT_SENSOR_H__
+#endif // DALI_TILT_SENSOR_H
-#ifndef __DALI_VIDEO_PLAYER_PLUGIN_H__
-#define __DALI_VIDEO_PLAYER_PLUGIN_H__
+#ifndef DALI_VIDEO_PLAYER_PLUGIN_H
+#define DALI_VIDEO_PLAYER_PLUGIN_H
/*
- * Copyright (c) 2016 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.
} // namespace Dali;
-#endif
+#endif // DALI_VIDEO_PLAYER_PLUGIN_H
-#ifndef __DALI_VIDEO_PLAYER_H__
-#define __DALI_VIDEO_PLAYER_H__
+#ifndef DALI_VIDEO_PLAYER_H
+#define DALI_VIDEO_PLAYER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali;
-#endif
-
+#endif // DALI_VIDEO_PLAYER_H
-#ifndef __DALI_VIRTUAL_KEYBOARD_H__
-#define __DALI_VIRTUAL_KEYBOARD_H__
+#ifndef DALI_VIRTUAL_KEYBOARD_H
+#define DALI_VIRTUAL_KEYBOARD_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_VIRTUAL_KEYBOARD_H__
+#endif // DALI_VIRTUAL_KEYBOARD_H
-#ifndef __DALI_PLATFORM_TEXT_ABSTRACTION_BIDIRECTIONAL_SUPPORT_H__
-#define __DALI_PLATFORM_TEXT_ABSTRACTION_BIDIRECTIONAL_SUPPORT_H__
+#ifndef DALI_PLATFORM_TEXT_ABSTRACTION_BIDIRECTIONAL_SUPPORT_H
+#define DALI_PLATFORM_TEXT_ABSTRACTION_BIDIRECTIONAL_SUPPORT_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_PLATFORM_TEXT_ABSTRACTION_BIDIRECTIONAL_SUPPORT_H__
+#endif // DALI_PLATFORM_TEXT_ABSTRACTION_BIDIRECTIONAL_SUPPORT_H
-#ifndef __DALI_TOOLKIT_TEXT_ABSTRACTION_SCRIPT_H__
-#define __DALI_TOOLKIT_TEXT_ABSTRACTION_SCRIPT_H__
+#ifndef DALI_TOOLKIT_TEXT_ABSTRACTION_SCRIPT_H
+#define DALI_TOOLKIT_TEXT_ABSTRACTION_SCRIPT_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_TOOLKIT_TEXT_ABSTRACTION_SCRIPT_H__
+#endif // DALI_TOOLKIT_TEXT_ABSTRACTION_SCRIPT_H
-#ifndef __DALI_PLATFORM_TEXT_ABSTRACTION_SEGMENTATION_H__
-#define __DALI_PLATFORM_TEXT_ABSTRACTION_SEGMENTATION_H__
+#ifndef DALI_PLATFORM_TEXT_ABSTRACTION_SEGMENTATION_H
+#define DALI_PLATFORM_TEXT_ABSTRACTION_SEGMENTATION_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_PLATFORM_TEXT_ABSTRACTION_SEGMENTATION_H__
+#endif // DALI_PLATFORM_TEXT_ABSTRACTION_SEGMENTATION_H
-#ifndef __DALI_PLATFORM_TEXT_ABSTRACTION_SHAPING_H__
-#define __DALI_PLATFORM_TEXT_ABSTRACTION_SHAPING_H__
+#ifndef DALI_PLATFORM_TEXT_ABSTRACTION_SHAPING_H
+#define DALI_PLATFORM_TEXT_ABSTRACTION_SHAPING_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_PLATFORM_TEXT_ABSTRACTION_SHAPING_H__
+#endif // DALI_PLATFORM_TEXT_ABSTRACTION_SHAPING_H
-#ifndef __DALI_TEXT_ABSTRACTION_DEFINITIONS_H__
-#define __DALI_TEXT_ABSTRACTION_DEFINITIONS_H__
+#ifndef DALI_TEXT_ABSTRACTION_DEFINITIONS_H
+#define DALI_TEXT_ABSTRACTION_DEFINITIONS_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif // __DALI_TEXT_ABSTRACTION_DEFINITIONS_H__
+#endif // DALI_TEXT_ABSTRACTION_DEFINITIONS_H
-#ifndef __DALI_INTEGRATION_EGL_INTERFACE_H__
-#define __DALI_INTEGRATION_EGL_INTERFACE_H__
+#ifndef DALI_INTEGRATION_EGL_INTERFACE_H
+#define DALI_INTEGRATION_EGL_INTERFACE_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.
} // namespace Dali
-#endif // __DALI_INTEGRATION_EGL_INTERFACE_H__
+#endif // DALI_INTEGRATION_EGL_INTERFACE_H
-#ifndef __DALI_INTEGRATION_NATIVE_RENDER_SURFACE_FACTORY_H__
-#define __DALI_INTEGRATION_NATIVE_RENDER_SURFACE_FACTORY_H__
+#ifndef DALI_INTEGRATION_NATIVE_RENDER_SURFACE_FACTORY_H
+#define DALI_INTEGRATION_NATIVE_RENDER_SURFACE_FACTORY_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_INTEGRATION_NATIVE_RENDER_SURFACE_FACTORY_H__
+#endif // DALI_INTEGRATION_NATIVE_RENDER_SURFACE_FACTORY_H
-#ifndef __DALI_NATIVE_RENDER_SURFACE_H__
-#define __DALI_NATIVE_RENDER_SURFACE_H__
+#ifndef DALI_NATIVE_RENDER_SURFACE_H
+#define DALI_NATIVE_RENDER_SURFACE_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_NATIVE_RENDER_SURFACE_H__
+#endif // DALI_NATIVE_RENDER_SURFACE_H
-#ifndef __DALI_INTEGRATION_THREAD_SYNCHRONIZATION_INTERFACE_H__
-#define __DALI_INTEGRATION_THREAD_SYNCHRONIZATION_INTERFACE_H__
+#ifndef DALI_INTEGRATION_THREAD_SYNCHRONIZATION_INTERFACE_H
+#define DALI_INTEGRATION_THREAD_SYNCHRONIZATION_INTERFACE_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif // __DALI_INTEGRATION_THREAD_SYNCHRONIZATION_INTERFACE_H__
+#endif // DALI_INTEGRATION_THREAD_SYNCHRONIZATION_INTERFACE_H
-#ifndef __DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_INTERFACE_H__
-#define __DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_INTERFACE_H__
+#ifndef DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_INTERFACE_H
+#define DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_INTERFACE_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.
} // namespace Dali
-#endif // __DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_INTERFACE_H__
+#endif // DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_INTERFACE_H
-#ifndef __DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_H__
-#define __DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_H__
+#ifndef DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_H
+#define DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_H__
+#endif // DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_H
-#ifndef __DALI_INTEGRATION_TRIGGER_EVENT_INTERFACE_H__
-#define __DALI_INTEGRATION_TRIGGER_EVENT_INTERFACE_H__
+#ifndef DALI_INTEGRATION_TRIGGER_EVENT_INTERFACE_H
+#define DALI_INTEGRATION_TRIGGER_EVENT_INTERFACE_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.
} // namespace Dali
-#endif // __DALI_INTEGRATION_TRIGGER_EVENT_INTERFACE_H__
+#endif // DALI_INTEGRATION_TRIGGER_EVENT_INTERFACE_H
-#ifndef __DALI_INTERNAL_ACCESSIBILITY_ADAPTOR_H__
-#define __DALI_INTERNAL_ACCESSIBILITY_ADAPTOR_H__
+#ifndef DALI_INTERNAL_ACCESSIBILITY_ADAPTOR_H
+#define DALI_INTERNAL_ACCESSIBILITY_ADAPTOR_H
/*
* Copyright (c) 2019 Samsung Electronics Co., Ltd.
} // namespace Dali
-#endif // __DALI_INTERNAL_ACCESSIBILITY_ADAPTOR_H__
+#endif // DALI_INTERNAL_ACCESSIBILITY_ADAPTOR_H
-#ifndef __DALI_INTERNAL_ACCESSIBILITY_ADAPTOR_MOBILE_H__
-#define __DALI_INTERNAL_ACCESSIBILITY_ADAPTOR_MOBILE_H__
+#ifndef DALI_INTERNAL_ACCESSIBILITY_ADAPTOR_MOBILE_H
+#define DALI_INTERNAL_ACCESSIBILITY_ADAPTOR_MOBILE_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_ACCESSIBILITY_ADAPTOR_MOBILE_H__
+#endif // DALI_INTERNAL_ACCESSIBILITY_ADAPTOR_MOBILE_H
-#ifndef __DALI_INTERNAL_COMBINED_UPDATE_RENDER_CONTROLLER_DEBUG_H__
-#define __DALI_INTERNAL_COMBINED_UPDATE_RENDER_CONTROLLER_DEBUG_H__
+#ifndef DALI_INTERNAL_COMBINED_UPDATE_RENDER_CONTROLLER_DEBUG_H
+#define DALI_INTERNAL_COMBINED_UPDATE_RENDER_CONTROLLER_DEBUG_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_COMBINED_UPDATE_RENDER_CONTROLLER_DEBUG_H__
+#endif // DALI_INTERNAL_COMBINED_UPDATE_RENDER_CONTROLLER_DEBUG_H
-#ifndef __DALI_INTERNAL_FRAMEWORK_H__
-#define __DALI_INTERNAL_FRAMEWORK_H__
+#ifndef DALI_INTERNAL_FRAMEWORK_H
+#define DALI_INTERNAL_FRAMEWORK_H
/*
- * Copyright (c) 2016 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_FRAMEWORK_H__
+#endif // DALI_INTERNAL_FRAMEWORK_H
-#ifndef __DALI_INTERNAL_LIFECYCLE_CONTROLLER_H__
-#define __DALI_INTERNAL_LIFECYCLE_CONTROLLER_H__
+#ifndef DALI_INTERNAL_LIFECYCLE_CONTROLLER_H
+#define DALI_INTERNAL_LIFECYCLE_CONTROLLER_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_LIFECYCLE_CONTROLLER_H__
+#endif // DALI_INTERNAL_LIFECYCLE_CONTROLLER_H
-#ifndef __DALI_INTERNAL_BASE_LIFECYCLE_OBSERVER_H__
-#define __DALI_INTERNAL_BASE_LIFECYCLE_OBSERVER_H__
+#ifndef DALI_INTERNAL_BASE_LIFECYCLE_OBSERVER_H
+#define DALI_INTERNAL_BASE_LIFECYCLE_OBSERVER_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_BASE_LIFECYCLE_OBSERVER_H__
+#endif // DALI_INTERNAL_BASE_LIFECYCLE_OBSERVER_H
-#ifndef __DALI_INTERNAL_THREAD_CONTROLLER_INTERFACE_H__
-#define __DALI_INTERNAL_THREAD_CONTROLLER_INTERFACE_H__
+#ifndef DALI_INTERNAL_THREAD_CONTROLLER_INTERFACE_H
+#define DALI_INTERNAL_THREAD_CONTROLLER_INTERFACE_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_THREAD_CONTROLLER_INTERFACE_H__
+#endif // DALI_INTERNAL_THREAD_CONTROLLER_INTERFACE_H
-#ifndef __DALI_INTERNAL_ADAPTOR_THREADING_MODE_H__
-#define __DALI_INTERNAL_ADAPTOR_THREADING_MODE_H__
+#ifndef DALI_INTERNAL_ADAPTOR_THREADING_MODE_H
+#define DALI_INTERNAL_ADAPTOR_THREADING_MODE_H
/*
- * Copyright (c) 2015 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.
} // Dali
-#endif // __DALI_INTERNAL_ADAPTOR_THREADING_MODE_H__
+#endif // DALI_INTERNAL_ADAPTOR_THREADING_MODE_H
-#ifndef __DALI_INTERNAL_WATCH_APPLICATION_H__
-#define __DALI_INTERNAL_WATCH_APPLICATION_H__
+#ifndef DALI_INTERNAL_WATCH_APPLICATION_H
+#define DALI_INTERNAL_WATCH_APPLICATION_H
/*
- * Copyright (c) 2016 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_WATCH_APPLICATION_H__
+#endif // DALI_INTERNAL_WATCH_APPLICATION_H
-#ifndef __DALI_INTERNAL_CLIPBOARD_EVENT_NOTIFIER_H__
-#define __DALI_INTERNAL_CLIPBOARD_EVENT_NOTIFIER_H__
+#ifndef DALI_INTERNAL_CLIPBOARD_EVENT_NOTIFIER_H
+#define DALI_INTERNAL_CLIPBOARD_EVENT_NOTIFIER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_CLIPBOARD_EVENT_NOTIFIER_H__
+#endif // DALI_INTERNAL_CLIPBOARD_EVENT_NOTIFIER_H
-#ifndef __DALI_INTERNAL_CLIPBOARD_H__
-#define __DALI_INTERNAL_CLIPBOARD_H__
+#ifndef DALI_INTERNAL_CLIPBOARD_H
+#define DALI_INTERNAL_CLIPBOARD_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_CLIPBOARD_H__
+#endif // DALI_INTERNAL_CLIPBOARD_H
-#ifndef __DALI_INTERNAL_EGL_IMAGE_EXTENSIONS_H__
-#define __DALI_INTERNAL_EGL_IMAGE_EXTENSIONS_H__
+#ifndef DALI_INTERNAL_EGL_IMAGE_EXTENSIONS_H
+#define DALI_INTERNAL_EGL_IMAGE_EXTENSIONS_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_EGL_IMAGE_EXTENSIONS_H__
+#endif // DALI_INTERNAL_EGL_IMAGE_EXTENSIONS_H
-#ifndef __DALI_INTERNAL_BASE_VSYNC_MONITOR_INTERFACE_H__
-#define __DALI_INTERNAL_BASE_VSYNC_MONITOR_INTERFACE_H__
+#ifndef DALI_INTERNAL_BASE_VSYNC_MONITOR_INTERFACE_H
+#define DALI_INTERNAL_BASE_VSYNC_MONITOR_INTERFACE_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_BASE_VSYNC_MONITOR_INTERFACE_H__
+#endif // DALI_INTERNAL_BASE_VSYNC_MONITOR_INTERFACE_H
-#ifndef __DALI_INTERNAL_VSYNC_MONITOR_IMPL_H__
-#define __DALI_INTERNAL_VSYNC_MONITOR_IMPL_H__
+#ifndef DALI_INTERNAL_VSYNC_MONITOR_IMPL_H
+#define DALI_INTERNAL_VSYNC_MONITOR_IMPL_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_VSYNC_MONITOR_IMPL_H__
+#endif // DALI_INTERNAL_VSYNC_MONITOR_IMPL_H
-#ifndef __DALI_INTERNAL_EGL_DEBUG_H__
-#define __DALI_INTERNAL_EGL_DEBUG_H__
+#ifndef DALI_INTERNAL_EGL_DEBUG_H
+#define DALI_INTERNAL_EGL_DEBUG_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.
} // namespace Dali
-#endif //__DALI_INTERNAL_EGL_DEBUG_H__
+#endif //DALI_INTERNAL_EGL_DEBUG_H
#define DALI_INTERNAL_BASE_GRAPHICS_IMPLEMENTATION_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_BASE_GRAPHICS_IMPLEMENTATION_H__
+#endif // DALI_INTERNAL_BASE_GRAPHICS_IMPLEMENTATION_H
-#ifndef __DALI_INTERNAL_ADAPTOR_EGL_SYNC_IMPLEMENTATION_H__
-#define __DALI_INTERNAL_ADAPTOR_EGL_SYNC_IMPLEMENTATION_H__
+#ifndef DALI_INTERNAL_ADAPTOR_EGL_SYNC_IMPLEMENTATION_H
+#define DALI_INTERNAL_ADAPTOR_EGL_SYNC_IMPLEMENTATION_H
/*
- * Copyright (c) 2018 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.
} // namespace Internal
} // namespace Dali
-#endif // __DALI_INTERNAL_EGL_ADAPTOR_SYNC_IMPLEMENTATION_H__
+#endif // DALI_INTERNAL_EGL_ADAPTOR_SYNC_IMPLEMENTATION_H
-#ifndef __DALI_INTERNAL_GL_EXTENSION_H__
-#define __DALI_INTERNAL_GL_EXTENSION_H__
+#ifndef DALI_INTERNAL_GL_EXTENSION_H
+#define DALI_INTERNAL_GL_EXTENSION_H
/*
* Copyright (c) 2019 Samsung Electronics Co., Ltd.
} // namespace Dali
-#endif /* __DALI_INTERNAL_GL_EXTENSION_H__ */
+#endif /* DALI_INTERNAL_GL_EXTENSION_H */
-#ifndef __DALI_INTERNAL_GL_PROXY_IMPLEMENTATION_H__
-#define __DALI_INTERNAL_GL_PROXY_IMPLEMENTATION_H__
+#ifndef DALI_INTERNAL_GL_PROXY_IMPLEMENTATION_H
+#define DALI_INTERNAL_GL_PROXY_IMPLEMENTATION_H
/*
- * Copyright (c) 2016 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_GL_PROXY_IMPLEMENTATION_H__
+#endif // DALI_INTERNAL_GL_PROXY_IMPLEMENTATION_H
-#ifndef __DALI_INTERNAL_FEEDBACK_PLAYER_H__
-#define __DALI_INTERNAL_FEEDBACK_PLAYER_H__
+#ifndef DALI_INTERNAL_FEEDBACK_PLAYER_H
+#define DALI_INTERNAL_FEEDBACK_PLAYER_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_FEEDBACK_PLAYER_H__
+#endif // DALI_INTERNAL_FEEDBACK_PLAYER_H
-#ifndef __DALI_INTERNAL_FEEDBACK_PLUGIN_PROXY_H__
-#define __DALI_INTERNAL_FEEDBACK_PLUGIN_PROXY_H__
+#ifndef DALI_INTERNAL_FEEDBACK_PLUGIN_PROXY_H
+#define DALI_INTERNAL_FEEDBACK_PLUGIN_PROXY_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_FEEDBACK_PLUGIN_PROXY_H__
+#endif // DALI_INTERNAL_FEEDBACK_PLUGIN_PROXY_H
-#ifndef __DALI_TIZEN_PLATFORM_NETWORK_FILE_DOWNLOAD_H__
-#define __DALI_TIZEN_PLATFORM_NETWORK_FILE_DOWNLOAD_H__
+#ifndef DALI_TIZEN_PLATFORM_NETWORK_FILE_DOWNLOAD_H
+#define DALI_TIZEN_PLATFORM_NETWORK_FILE_DOWNLOAD_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_TIZEN_PLATFORM_RESOURCE_THREAD_IMAGE_H__
+#endif // DALI_TIZEN_PLATFORM_RESOURCE_THREAD_IMAGE_H
-#ifndef __DALI_TIZEN_PLATFORM_NETWORK_UTILS_H__
-#define __DALI_TIZEN_PLATFORM_NETWORK_UTILS_H__
+#ifndef DALI_TIZEN_PLATFORM_NETWORK_UTILS_H
+#define DALI_TIZEN_PLATFORM_NETWORK_UTILS_H
/*
- * Copyright (c) 2017 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.
} // namespace Dali
-#endif // __DALI_TIZEN_PLATFORM_NETWORK_UTILS_H__
+#endif // DALI_TIZEN_PLATFORM_NETWORK_UTILS_H
-#ifndef __DALI_TIZEN_PLATFORM_IMAGE_LOADER_H__
-#define __DALI_TIZEN_PLATFORM_IMAGE_LOADER_H__
+#ifndef DALI_TIZEN_PLATFORM_IMAGE_LOADER_H
+#define DALI_TIZEN_PLATFORM_IMAGE_LOADER_H
/*
- * Copyright (c) 2017 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.
} // TizenPlatform
} // Dali
-#endif // __DALI_TIZEN_PLATFORM_IMAGE_LOADER_H__
+#endif // DALI_TIZEN_PLATFORM_IMAGE_LOADER_H
-#ifndef __DALI_TIZEN_PLATFORM_LOADER_ASTC_H__
-#define __DALI_TIZEN_PLATFORM_LOADER_ASTC_H__
+#ifndef DALI_TIZEN_PLATFORM_LOADER_ASTC_H
+#define DALI_TIZEN_PLATFORM_LOADER_ASTC_H
/*
- * Copyright (c) 2017 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.
} // namespace Dali
-#endif // __DALI_TIZEN_PLATFORM_LOADER_ASTC_H__
+#endif // DALI_TIZEN_PLATFORM_LOADER_ASTC_H
-#ifndef __DALI_TIZEN_PLATFORM_LOADER_BMP_H__
-#define __DALI_TIZEN_PLATFORM_LOADER_BMP_H__
+#ifndef DALI_TIZEN_PLATFORM_LOADER_BMP_H
+#define DALI_TIZEN_PLATFORM_LOADER_BMP_H
/*
- * Copyright (c) 2017 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.
} // namespace Dali
-#endif // __DALI_TIZEN_PLATFORM_LOADER_BMP_H__
+#endif // DALI_TIZEN_PLATFORM_LOADER_BMP_H
-#ifndef __DALI_TIZEN_PLATFORM_LOADER_GIF_H__
-#define __DALI_TIZEN_PLATFORM_LOADER_GIF_H__
+#ifndef DALI_TIZEN_PLATFORM_LOADER_GIF_H
+#define DALI_TIZEN_PLATFORM_LOADER_GIF_H
/*
- * Copyright (c) 2017 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.
} // namespace Dali
-#endif // __DALI_TIZEN_PLATFORM_LOADER_GIF_H__
+#endif // DALI_TIZEN_PLATFORM_LOADER_GIF_H
-#ifndef __DALI_TIZEN_PLATFORM_LOADER_ICO_H__
-#define __DALI_TIZEN_PLATFORM_LOADER_ICO_H__
+#ifndef DALI_TIZEN_PLATFORM_LOADER_ICO_H
+#define DALI_TIZEN_PLATFORM_LOADER_ICO_H
/*
- * Copyright (c) 2017 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.
*/
bool LoadIcoHeader( const Dali::ImageLoader::Input& input, unsigned int& width, unsigned int& height );
-}
+} // namespace TizenPlatform
-}
-#endif
+} // namespace Dali
+
+#endif // DALI_TIZEN_PLATFORM_LOADER_ICO_H
-#ifndef __DALI_TIZEN_PLATFORM_LOADER_JPEG_H__
-#define __DALI_TIZEN_PLATFORM_LOADER_JPEG_H__
+#ifndef DALI_TIZEN_PLATFORM_LOADER_JPEG_H
+#define DALI_TIZEN_PLATFORM_LOADER_JPEG_H
/*
- * Copyright (c) 2017 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.
} // namespace Dali
-#endif // __DALI_TIZEN_PLATFORM_LOADER_JPEG_H__
+#endif // DALI_TIZEN_PLATFORM_LOADER_JPEG_H
-#ifndef __DALI_TIZEN_PLATFORM_LOADER_KTX_H__
-#define __DALI_TIZEN_PLATFORM_LOADER_KTX_H__
+#ifndef DALI_TIZEN_PLATFORM_LOADER_KTX_H
+#define DALI_TIZEN_PLATFORM_LOADER_KTX_H
/*
- * Copyright (c) 2017 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.
} // namespace Dali
-#endif // __DALI_TIZEN_PLATFORM_LOADER_KTX_H__
+#endif // DALI_TIZEN_PLATFORM_LOADER_KTX_H
-#ifndef __DALI_TIZEN_PLATFORM_LOADER_PNG_H__
-#define __DALI_TIZEN_PLATFORM_LOADER_PNG_H__
+#ifndef DALI_TIZEN_PLATFORM_LOADER_PNG_H
+#define DALI_TIZEN_PLATFORM_LOADER_PNG_H
/*
- * Copyright (c) 2017 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.
} // namespace Dali
-#endif // __DALI_TIZEN_PLATFORM_LOADER_PNG_H__
+#endif // DALI_TIZEN_PLATFORM_LOADER_PNG_H
-#ifndef __DALI_TIZEN_PLATFORM_LOADER_WBMP_H__
-#define __DALI_TIZEN_PLATFORM_LOADER_WBMP_H__
+#ifndef DALI_TIZEN_PLATFORM_LOADER_WBMP_H
+#define DALI_TIZEN_PLATFORM_LOADER_WBMP_H
/*
- * Copyright (c) 2017 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.
*/
bool LoadWbmpHeader( const Dali::ImageLoader::Input& input, unsigned int& width, unsigned int& height );
-}
+} // namespace TizenPlatform
-}
-#endif
+} // namespace Dali
+
+#endif // DALI_TIZEN_PLATFORM_LOADER_WBMP_H
-#ifndef __DALI_NATIVE_BITMAP_BUFFER_H__
-#define __DALI_NATIVE_BITMAP_BUFFER_H__
+#ifndef DALI_NATIVE_BITMAP_BUFFER_H
+#define DALI_NATIVE_BITMAP_BUFFER_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.
} // namespace Dali
-#endif // __DALI_NATIVE_BITMAP_BUFFER_H__
+#endif // DALI_NATIVE_BITMAP_BUFFER_H
#define DALI_INTERNAL_ADAPTOR_PIXEL_BUFFER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_ADAPTOR_PIXEL_BUFFER_H__
+#endif // DALI_INTERNAL_ADAPTOR_PIXEL_BUFFER_H
-#ifndef __DALI_INTERNAL_NATIVE_IMAGE_SOURCE_H__
-#define __DALI_INTERNAL_NATIVE_IMAGE_SOURCE_H__
+#ifndef DALI_INTERNAL_NATIVE_IMAGE_SOURCE_H
+#define DALI_INTERNAL_NATIVE_IMAGE_SOURCE_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_NATIVE_IMAGE_SOURCE_H__
+#endif // DALI_INTERNAL_NATIVE_IMAGE_SOURCE_H
#define DALI_INTERNAL_INPUT_COMMON_INPUT_METHOD_CONTEXT_IMPL_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_INPUT_METHOD_CONTEXT_H
+#endif // DALI_INTERNAL_INPUT_COMMON_INPUT_METHOD_CONTEXT_IMPL_H
-#ifndef __DALI_TIZEN_PLATFORM_DATA_COMPRESSION_H__
-#define __DALI_TIZEN_PLATFORM_DATA_COMPRESSION_H__
+#ifndef DALI_TIZEN_PLATFORM_DATA_COMPRESSION_H
+#define DALI_TIZEN_PLATFORM_DATA_COMPRESSION_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.
} // namespace Dali
-#endif // __DALI_TIZEN_PLATFORM_DATA_COMPRESSION_H__
+#endif // DALI_TIZEN_PLATFORM_DATA_COMPRESSION_H
-#ifndef __DALI_TIZEN_PLATFORM_IMAGE_ENCODER_H__
-#define __DALI_TIZEN_PLATFORM_IMAGE_ENCODER_H__
+#ifndef DALI_TIZEN_PLATFORM_IMAGE_ENCODER_H
+#define DALI_TIZEN_PLATFORM_IMAGE_ENCODER_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.
} // namespace Dali
-#endif //__DALI_TIZEN_PLATFORM_IMAGE_ENCODER_H__
+#endif //DALI_TIZEN_PLATFORM_IMAGE_ENCODER_H
-#ifndef __DALI_TIZEN_PLATFORM_CAPABILITIES_H__
-#define __DALI_TIZEN_PLATFORM_CAPABILITIES_H__
+#ifndef DALI_TIZEN_PLATFORM_CAPABILITIES_H
+#define DALI_TIZEN_PLATFORM_CAPABILITIES_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.
} // namespace Dali
-#endif // __DALI_TIZEN_PLATFORM_CAPABILITIES_H__
+#endif // DALI_TIZEN_PLATFORM_CAPABILITIES_H
-#ifndef __DALI_INTERNAL_ADAPTOR_AUTOMATION_H__
-#define __DALI_INTERNAL_ADAPTOR_AUTOMATION_H__
+#ifndef DALI_INTERNAL_ADAPTOR_AUTOMATION_H
+#define DALI_INTERNAL_ADAPTOR_AUTOMATION_H
/*
- * Copyright (c) 2015 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.
-#ifndef __DALI_INTERNAL_ADAPTOR_CLIENT_SEND_DATA_INTERFACE_H__
-#define __DALI_INTERNAL_ADAPTOR_CLIENT_SEND_DATA_INTERFACE_H__
+#ifndef DALI_INTERNAL_ADAPTOR_CLIENT_SEND_DATA_INTERFACE_H
+#define DALI_INTERNAL_ADAPTOR_CLIENT_SEND_DATA_INTERFACE_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_ADAPTOR_CLIENT_SEND_DATA_INTERFACE_H__
+#endif // DALI_INTERNAL_ADAPTOR_CLIENT_SEND_DATA_INTERFACE_H
-#ifndef __DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_CLIENT_H__
-#define __DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_CLIENT_H__
+#ifndef DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_CLIENT_H
+#define DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_CLIENT_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif
+#endif // DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_CLIENT_H
-#ifndef __DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_PROTOCOL_H__
-#define __DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_PROTOCOL_H__
+#ifndef DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_PROTOCOL_H
+#define DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_PROTOCOL_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif //__DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_PROTOCOL_H__
+#endif //DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_PROTOCOL_H
-#ifndef __DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_SERVER_H__
-#define __DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_SERVER_H__
+#ifndef DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_SERVER_H
+#define DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_SERVER_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif //__DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_SERVER_H__
+#endif //DALI_INTERNAL_ADAPTOR_NETWORK_PERFORMANCE_SERVER_H
-#ifndef __DALI_INTERNAL_ADAPTOR_BASE_SOCKET_FACTORY_INTERFACE_H__
-#define __DALI_INTERNAL_ADAPTOR_BASE_SOCKET_FACTORY_INTERFACE_H__
+#ifndef DALI_INTERNAL_ADAPTOR_BASE_SOCKET_FACTORY_INTERFACE_H
+#define DALI_INTERNAL_ADAPTOR_BASE_SOCKET_FACTORY_INTERFACE_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.
} // Internal
} // Dali
-#endif // __DALI_INTERNAL_ADAPTOR_BASE_SOCKET_FACTORY_INTERFACE_H__
+#endif // DALI_INTERNAL_ADAPTOR_BASE_SOCKET_FACTORY_INTERFACE_H
-#ifndef __DALI_INTERNAL_ADAPTOR_SOCKET_FACTORY_H__
-#define __DALI_INTERNAL_ADAPTOR_SOCKET_FACTORY_H__
+#ifndef DALI_INTERNAL_ADAPTOR_SOCKET_FACTORY_H
+#define DALI_INTERNAL_ADAPTOR_SOCKET_FACTORY_H
/*
- * Copyright (c) 2015 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.
} // Dali
-#endif // __DALI_INTERNAL_ADAPTOR_SOCKET_FACTORY_H__
+#endif // DALI_INTERNAL_ADAPTOR_SOCKET_FACTORY_H
-#ifndef __DALI_INTERNAL_ADAPTOR_SOCKET_IMPL_H__
-#define __DALI_INTERNAL_ADAPTOR_SOCKET_IMPL_H__
+#ifndef DALI_INTERNAL_ADAPTOR_SOCKET_IMPL_H
+#define DALI_INTERNAL_ADAPTOR_SOCKET_IMPL_H
/*
- * Copyright (c) 2015 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.
} // Dali
-#endif // __DALI_INTERNAL_ADAPTOR_SOCKET_IMPL_H__
+#endif // DALI_INTERNAL_ADAPTOR_SOCKET_IMPL_H
-#ifndef __DALI_INTERNAL_ADAPTOR_BASE_SOCKET_INTERFACE_H__
-#define __DALI_INTERNAL_ADAPTOR_BASE_SOCKET_INTERFACE_H__
+#ifndef DALI_INTERNAL_ADAPTOR_BASE_SOCKET_INTERFACE_H
+#define DALI_INTERNAL_ADAPTOR_BASE_SOCKET_INTERFACE_H
/*
- * Copyright (c) 2015 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.
} // Internal
} // Dali
-#endif // __DALI_INTERNAL_ADAPTOR_BASE_SOCKET_INTERFACE_H__
+#endif // DALI_INTERNAL_ADAPTOR_BASE_SOCKET_INTERFACE_H
-#ifndef __DALI_INTERNAL_BASE_TRACE_INTERFACE_H__
-#define __DALI_INTERNAL_BASE_TRACE_INTERFACE_H__
+#ifndef DALI_INTERNAL_BASE_TRACE_INTERFACE_H
+#define DALI_INTERNAL_BASE_TRACE_INTERFACE_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif
+#endif // DALI_INTERNAL_BASE_TRACE_INTERFACE_H
-#ifndef __DALI_INTERNAL_STYLE_MONITOR_H__
-#define __DALI_INTERNAL_STYLE_MONITOR_H__
+#ifndef DALI_INTERNAL_STYLE_MONITOR_H
+#define DALI_INTERNAL_STYLE_MONITOR_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_STYLE_MONITOR_H__
+#endif // DALI_INTERNAL_STYLE_MONITOR_H
-#ifndef __DALI_INTERNAL_ADAPTOR_ABORT_HANDLER_H__
-#define __DALI_INTERNAL_ADAPTOR_ABORT_HANDLER_H__
+#ifndef DALI_INTERNAL_ADAPTOR_ABORT_HANDLER_H
+#define DALI_INTERNAL_ADAPTOR_ABORT_HANDLER_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.
} // Namespace Internal
} // Namespace Dali
-#endif // __DALI_INTERNAL_ADAPTOR_ABORT_HANDLER_H__
+#endif // DALI_INTERNAL_ADAPTOR_ABORT_HANDLER_H
-#ifndef __DALI_INTERNAL_CALLBACK_MANAGER_H__
-#define __DALI_INTERNAL_CALLBACK_MANAGER_H__
+#ifndef DALI_INTERNAL_CALLBACK_MANAGER_H
+#define DALI_INTERNAL_CALLBACK_MANAGER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_CALLBACK_MANAGER_H__
+#endif // DALI_INTERNAL_CALLBACK_MANAGER_H
-#ifndef __DALI_INTERNAL_COMMAND_LINE_OPTIONS_H__
-#define __DALI_INTERNAL_COMMAND_LINE_OPTIONS_H__
+#ifndef DALI_INTERNAL_COMMAND_LINE_OPTIONS_H
+#define DALI_INTERNAL_COMMAND_LINE_OPTIONS_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_COMMAND_LINE_OPTIONS_H__
+#endif // DALI_INTERNAL_COMMAND_LINE_OPTIONS_H
-#ifndef __DALI_INTERNAL_ADAPTOR_CORE_EVENT_INTERFACE_H__
-#define __DALI_INTERNAL_ADAPTOR_CORE_EVENT_INTERFACE_H__
+#ifndef DALI_INTERNAL_ADAPTOR_CORE_EVENT_INTERFACE_H
+#define DALI_INTERNAL_ADAPTOR_CORE_EVENT_INTERFACE_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_ADAPTOR_CORE_EVENT_INTERFACE_H__
+#endif // DALI_INTERNAL_ADAPTOR_CORE_EVENT_INTERFACE_H
-#ifndef _DALI_INTERNAL_PLATFORM_FILECLOSER_H__
-#define _DALI_INTERNAL_PLATFORM_FILECLOSER_H__
+#ifndef DALI_INTERNAL_PLATFORM_FILECLOSER_H
+#define DALI_INTERNAL_PLATFORM_FILECLOSER_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.
FILE* mFile;
};
-} /* namespace Platform */
-} /* namespace Internal */
-} /* namespace Dali */
+} // namespace Platform
-#endif /* _DALI_INTERNAL_PLATFORM_FILECLOSER_H__ */
+} // namespace Internal
+
+} // namespace Dali
+
+#endif // DALI_INTERNAL_PLATFORM_FILECLOSER_H
-#ifndef __DALI_INTERNAL_FILE_DESCRIPTOR_MONITOR_H__
-#define __DALI_INTERNAL_FILE_DESCRIPTOR_MONITOR_H__
+#ifndef DALI_INTERNAL_FILE_DESCRIPTOR_MONITOR_H
+#define DALI_INTERNAL_FILE_DESCRIPTOR_MONITOR_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_FILE_DESCRIPTOR_MONITOR_H__
+#endif // DALI_INTERNAL_FILE_DESCRIPTOR_MONITOR_H
-#ifndef __DALI_INTERNAL_FPS_TRACKER_H__
-#define __DALI_INTERNAL_FPS_TRACKER_H__
+#ifndef DALI_INTERNAL_FPS_TRACKER_H
+#define DALI_INTERNAL_FPS_TRACKER_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_FPS_TRACKER_H__
+#endif // DALI_INTERNAL_FPS_TRACKER_H
-#ifndef __DALI_INTERNAL_ADAPTOR_FRAME_TIME_STAMP_H__
-#define __DALI_INTERNAL_ADAPTOR_FRAME_TIME_STAMP_H__
+#ifndef DALI_INTERNAL_ADAPTOR_FRAME_TIME_STAMP_H
+#define DALI_INTERNAL_ADAPTOR_FRAME_TIME_STAMP_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_ADAPTOR_FRAME_TIME_STAMP_H__
+#endif // DALI_INTERNAL_ADAPTOR_FRAME_TIME_STAMP_H
-#ifndef __DALI_INTERNAL_ADAPTOR_FRAME_TIME_STATS_H__
-#define __DALI_INTERNAL_ADAPTOR_FRAME_TIME_STATS_H__
+#ifndef DALI_INTERNAL_ADAPTOR_FRAME_TIME_STATS_H
+#define DALI_INTERNAL_ADAPTOR_FRAME_TIME_STATS_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_ADAPTOR_FRAME_TIME_STATS_H__
+#endif // DALI_INTERNAL_ADAPTOR_FRAME_TIME_STATS_H
-#ifndef __DALI_INTERNAL_ADAPTOR_KERNEL_TRACE_H__
-#define __DALI_INTERNAL_ADAPTOR_KERNEL_TRACE_H__
+#ifndef DALI_INTERNAL_ADAPTOR_KERNEL_TRACE_H
+#define DALI_INTERNAL_ADAPTOR_KERNEL_TRACE_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_ADAPTOR_KERNEL_TRACE_H__
+#endif // DALI_INTERNAL_ADAPTOR_KERNEL_TRACE_H
-#ifndef __DALI_INTERNAL_LOCALE_UTILS_H__
-#define __DALI_INTERNAL_LOCALE_UTILS_H__
+#ifndef DALI_INTERNAL_LOCALE_UTILS_H
+#define DALI_INTERNAL_LOCALE_UTILS_H
/*
- * Copyright (c) 2017 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_LOCALE_UTILS_H__
+#endif // DALI_INTERNAL_LOCALE_UTILS_H
-#ifndef __DALI_TIZEN_LOGGING_H__
-#define __DALI_TIZEN_LOGGING_H__
+#ifndef DALI_TIZEN_LOGGING_H
+#define DALI_TIZEN_LOGGING_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.
} // namespace Dali
-#endif // __DALI_TIZEN_LOGGING_H__
+#endif // DALI_TIZEN_LOGGING_H
-#ifndef __DALI_ADAPTOR_OBJECT_PROFILER_H__
-#define __DALI_ADAPTOR_OBJECT_PROFILER_H__
+#ifndef DALI_ADAPTOR_OBJECT_PROFILER_H
+#define DALI_ADAPTOR_OBJECT_PROFILER_H
/*
- * Copyright (c) 2018 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.
} // Internal
} // Dali
-#endif // __DALI_ADAPTOR_OBJECT_PROFILER_H__
+#endif // DALI_ADAPTOR_OBJECT_PROFILER_H
-#ifndef __DALI_INTERNAL_BASE_PERFORMANCE_INTERFACE_FACTORY_H__
-#define __DALI_INTERNAL_BASE_PERFORMANCE_INTERFACE_FACTORY_H__
+#ifndef DALI_INTERNAL_BASE_PERFORMANCE_INTERFACE_FACTORY_H
+#define DALI_INTERNAL_BASE_PERFORMANCE_INTERFACE_FACTORY_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_BASE_PERFORMANCE_INTERFACE_FACTORY_H__
+#endif // DALI_INTERNAL_BASE_PERFORMANCE_INTERFACE_FACTORY_H
-#ifndef __DALI_INTERNAL_BASE_PERFORMANCE_INTERFACE_H__
-#define __DALI_INTERNAL_BASE_PERFORMANCE_INTERFACE_H__
+#ifndef DALI_INTERNAL_BASE_PERFORMANCE_INTERFACE_H
+#define DALI_INTERNAL_BASE_PERFORMANCE_INTERFACE_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.
-#ifndef __DALI_INTERNAL_PERFORMANCE_LOGGER_H__
-#define __DALI_INTERNAL_PERFORMANCE_LOGGER_H__
+#ifndef DALI_INTERNAL_PERFORMANCE_LOGGER_H
+#define DALI_INTERNAL_PERFORMANCE_LOGGER_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_PERFORMANCE_LOGGER_H__
+#endif // DALI_INTERNAL_PERFORMANCE_LOGGER_H
-#ifndef __DALI_INTERNAL_ADAPTOR_PERFORMANCE_MARKER_H__
-#define __DALI_INTERNAL_ADAPTOR_PERFORMANCE_MARKER_H__
+#ifndef DALI_INTERNAL_ADAPTOR_PERFORMANCE_MARKER_H
+#define DALI_INTERNAL_ADAPTOR_PERFORMANCE_MARKER_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_ADAPTOR_PERFORMANCE_MARKER_H__
+#endif // DALI_INTERNAL_ADAPTOR_PERFORMANCE_MARKER_H
-#ifndef __DALI_INTERNAL_ADAPTOR_PERFORMANCE_SERVER_H__
-#define __DALI_INTERNAL_ADAPTOR_PERFORMANCE_SERVER_H__
+#ifndef DALI_INTERNAL_ADAPTOR_PERFORMANCE_SERVER_H
+#define DALI_INTERNAL_ADAPTOR_PERFORMANCE_SERVER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif
+#endif // DALI_INTERNAL_ADAPTOR_PERFORMANCE_SERVER_H
-#ifndef __DALI_INTERNAL_ADAPTOR_SHARED_FILE_H__
-#define __DALI_INTERNAL_ADAPTOR_SHARED_FILE_H__
+#ifndef DALI_INTERNAL_ADAPTOR_SHARED_FILE_H
+#define DALI_INTERNAL_ADAPTOR_SHARED_FILE_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.
} // Internal
} // Dali
-#endif // __DALI_INTERNAL_ADAPTOR_SHARED_FILE_H__
+#endif // DALI_INTERNAL_ADAPTOR_SHARED_FILE_H
-#ifndef __DALI_INTERNAL_SINGLETON_SERVICE_H__
-#define __DALI_INTERNAL_SINGLETON_SERVICE_H__
+#ifndef DALI_INTERNAL_SINGLETON_SERVICE_H
+#define DALI_INTERNAL_SINGLETON_SERVICE_H
/*
- * Copyright (c) 2017 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_SINGLETON_SERVICE_H__
+#endif // DALI_INTERNAL_SINGLETON_SERVICE_H
-#ifndef __DALI_INTERNAL_SOUND_PLAYER_H__
-#define __DALI_INTERNAL_SOUND_PLAYER_H__
+#ifndef DALI_INTERNAL_SOUND_PLAYER_H
+#define DALI_INTERNAL_SOUND_PLAYER_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_SOUND_PLAYER_H__
+#endif // DALI_INTERNAL_SOUND_PLAYER_H
-#ifndef __DALI_INTERNAL_ADAPTOR_STATISTICS_STAT_CONTEXT_LOG_INTERFACE_H__
-#define __DALI_INTERNAL_ADAPTOR_STATISTICS_STAT_CONTEXT_LOG_INTERFACE_H__
+#ifndef DALI_INTERNAL_ADAPTOR_STATISTICS_STAT_CONTEXT_LOG_INTERFACE_H
+#define DALI_INTERNAL_ADAPTOR_STATISTICS_STAT_CONTEXT_LOG_INTERFACE_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_ADAPTOR_STATISTICS_STAT_CONTEXT_LOG_INTERFACE_H__
+#endif // DALI_INTERNAL_ADAPTOR_STATISTICS_STAT_CONTEXT_LOG_INTERFACE_H
-#ifndef __DALI_INTERNAL_ADAPTOR_STAT_CONTEXT_MANAGER_H__
-#define __DALI_INTERNAL_ADAPTOR_STAT_CONTEXT_MANAGER_H__
+#ifndef DALI_INTERNAL_ADAPTOR_STAT_CONTEXT_MANAGER_H
+#define DALI_INTERNAL_ADAPTOR_STAT_CONTEXT_MANAGER_H
/*
- * Copyright (c) 2016 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_ADAPTOR_STAT_CONTEXT_MANAGER_H__
+#endif // DALI_INTERNAL_ADAPTOR_STAT_CONTEXT_MANAGER_H
-#ifndef __DALI_INTERNAL_ADAPTOR_STAT_CONTEXT_H__
-#define __DALI_INTERNAL_ADAPTOR_STAT_CONTEXT_H__
+#ifndef DALI_INTERNAL_ADAPTOR_STAT_CONTEXT_H
+#define DALI_INTERNAL_ADAPTOR_STAT_CONTEXT_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif
+#endif // DALI_INTERNAL_ADAPTOR_STAT_CONTEXT_H
-#ifndef __DALI_INTERNAL_SYSTEM_SETTINGS_H___
-#define __DALI_INTERNAL_SYSTEM_SETTINGS_H___
+#ifndef DALI_INTERNAL_SYSTEM_SETTINGS_H
+#define DALI_INTERNAL_SYSTEM_SETTINGS_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_SYSTEM_SETTINGS_H___
+#endif // DALI_INTERNAL_SYSTEM_SETTINGS_H
-#ifndef __DALI_INTERNAL_ADAPTOR_SYSTEM_TRACE_H__
-#define __DALI_INTERNAL_ADAPTOR_SYSTEM_TRACE_H__
+#ifndef DALI_INTERNAL_ADAPTOR_SYSTEM_TRACE_H
+#define DALI_INTERNAL_ADAPTOR_SYSTEM_TRACE_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_ADAPTOR_SYSTEM_TRACE_H__
+#endif // DALI_INTERNAL_ADAPTOR_SYSTEM_TRACE_H
-#ifndef __DALI_INTERNAL_THREAD_CONTROLLER_H__
-#define __DALI_INTERNAL_THREAD_CONTROLLER_H__
+#ifndef DALI_INTERNAL_THREAD_CONTROLLER_H
+#define DALI_INTERNAL_THREAD_CONTROLLER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_THREAD_CONTROLLER_H__
+#endif // DALI_INTERNAL_THREAD_CONTROLLER_H
-#ifndef __DALI_INTERNAL_TIME_SERVICE_H__
-#define __DALI_INTERNAL_TIME_SERVICE_H__
+#ifndef DALI_INTERNAL_TIME_SERVICE_H
+#define DALI_INTERNAL_TIME_SERVICE_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_TIME_SERVICE_H__
+#endif // DALI_INTERNAL_TIME_SERVICE_H
-#ifndef __DALI_INTERNAL_TIMER_H__
-#define __DALI_INTERNAL_TIMER_H__
+#ifndef DALI_INTERNAL_TIMER_H
+#define DALI_INTERNAL_TIMER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_TIMER_H__
+#endif // DALI_INTERNAL_TIMER_H
-#ifndef __DALI_INTERNAL_ADAPTOR_BASE_TIMER_INTERFACE_H__
-#define __DALI_INTERNAL_ADAPTOR_BASE_TIMER_INTERFACE_H__
+#ifndef DALI_INTERNAL_ADAPTOR_BASE_TIMER_INTERFACE_H
+#define DALI_INTERNAL_ADAPTOR_BASE_TIMER_INTERFACE_H
/*
- * Copyright (c) 2018 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.
} // Internal
} // Dali
-#endif // __DALI_INTERNAL_ADAPTOR_BASE_TIMER_INTERFACE_H__
+#endif // DALI_INTERNAL_ADAPTOR_BASE_TIMER_INTERFACE_H
-#ifndef __DALI_INTERNAL_TRIGGER_EVENT_H__
-#define __DALI_INTERNAL_TRIGGER_EVENT_H__
+#ifndef DALI_INTERNAL_TRIGGER_EVENT_H
+#define DALI_INTERNAL_TRIGGER_EVENT_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_TRIGGER_EVENT_H__
+#endif // DALI_INTERNAL_TRIGGER_EVENT_H
-#ifndef __DALI_INTERNAL_UPDATE_STATUS_LOGGER_H__
-#define __DALI_INTERNAL_UPDATE_STATUS_LOGGER_H__
+#ifndef DALI_INTERNAL_UPDATE_STATUS_LOGGER_H
+#define DALI_INTERNAL_UPDATE_STATUS_LOGGER_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_UPDATE_STATUS_LOGGER_H__
+#endif // DALI_INTERNAL_UPDATE_STATUS_LOGGER_H
-#ifndef __DALI_ECORE_CALLBACK_MANAGER_H__
-#define __DALI_ECORE_CALLBACK_MANAGER_H__
+#ifndef DALI_ECORE_CALLBACK_MANAGER_H
+#define DALI_ECORE_CALLBACK_MANAGER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_ECORE_CALLBACK_MANAGER_H__
+#endif // DALI_ECORE_CALLBACK_MANAGER_H
#define DALI_WIN_CALLBACK_MANAGER_H
/*
- * Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_UV_CALLBACK_MANAGER_H__
+#endif // DALI_WIN_CALLBACK_MANAGER_H
-#ifndef __DALI_INTERNAL_TRIGGER_EVENT_IMPL_H__
-#define __DALI_INTERNAL_TRIGGER_EVENT_IMPL_H__
+#ifndef DALI_INTERNAL_TRIGGER_EVENT_IMPL_H
+#define DALI_INTERNAL_TRIGGER_EVENT_IMPL_H
/*
-* Copyright (c) 2018 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_TRIGGER_EVENT_IMPL_H__
\ No newline at end of file
+#endif // DALI_INTERNAL_TRIGGER_EVENT_IMPL_H
\ No newline at end of file
-#ifndef __DALI_INTERNAL_TEXT_ABSTRACTION_BIDIRECTIONAL_SUPPORT_IMPL_H__
-#define __DALI_INTERNAL_TEXT_ABSTRACTION_BIDIRECTIONAL_SUPPORT_IMPL_H__
+#ifndef DALI_INTERNAL_TEXT_ABSTRACTION_BIDIRECTIONAL_SUPPORT_IMPL_H
+#define DALI_INTERNAL_TEXT_ABSTRACTION_BIDIRECTIONAL_SUPPORT_IMPL_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_TEXT_ABSTRACTION_BIDIRECTIONAL_SUPPORT_IMPL_H__
+#endif // DALI_INTERNAL_TEXT_ABSTRACTION_BIDIRECTIONAL_SUPPORT_IMPL_H
-#ifndef __DALI_INTERNAL_TEXT_ABSTRACTION_SEGMENTATION_IMPL_H__
-#define __DALI_INTERNAL_TEXT_ABSTRACTION_SEGMENTATION_IMPL_H__
+#ifndef DALI_INTERNAL_TEXT_ABSTRACTION_SEGMENTATION_IMPL_H
+#define DALI_INTERNAL_TEXT_ABSTRACTION_SEGMENTATION_IMPL_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_TEXT_ABSTRACTION_SEGMENTATION_IMPL_H__
+#endif // DALI_INTERNAL_TEXT_ABSTRACTION_SEGMENTATION_IMPL_H
-#ifndef __DALI_INTERNAL_TEXT_ABSTRACTION_SHAPING_IMPL_H__
-#define __DALI_INTERNAL_TEXT_ABSTRACTION_SHAPING_IMPL_H__
+#ifndef DALI_INTERNAL_TEXT_ABSTRACTION_SHAPING_IMPL_H
+#define DALI_INTERNAL_TEXT_ABSTRACTION_SHAPING_IMPL_H
/*
- * Copyright (c) 2015 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_TEXT_ABSTRACTION_SHAPING_IMPL_H__
+#endif // DALI_INTERNAL_TEXT_ABSTRACTION_SHAPING_IMPL_H
-#ifndef __DALI_INTERNAL_THREAD_SETTINGS_H__
-#define __DALI_INTERNAL_THREAD_SETTINGS_H__
+#ifndef DALI_INTERNAL_THREAD_SETTINGS_H
+#define DALI_INTERNAL_THREAD_SETTINGS_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.
} // namespace Dali
-#endif // __DALI_INTERNAL_THREAD_SETTINGS_H__
+#endif // DALI_INTERNAL_THREAD_SETTINGS_H
-#ifndef __DALI_VIDEO_PLAYER_IMPL_H__
-#define __DALI_VIDEO_PLAYER_IMPL_H__
+#ifndef DALI_VIDEO_PLAYER_IMPL_H
+#define DALI_VIDEO_PLAYER_IMPL_H
/*
- * Copyright (c) 2016 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.
} // namespace Dali;
-#endif
+#endif // DALI_VIDEO_PLAYER_IMPL_H
-#ifndef __DALI_APPLICATION_CONFIGURATION_H__
-#define __DALI_APPLICATION_CONFIGURATION_H__
+#ifndef DALI_APPLICATION_CONFIGURATION_H
+#define DALI_APPLICATION_CONFIGURATION_H
/*
- * Copyright (c) 2015 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.
/**
* @}
*/
+
} // namespace Dali
-#endif
+#endif // DALI_APPLICATION_CONFIGURATION_H
-#ifndef __DALI_DEVICE_STATUS_H__
-#define __DALI_DEVICE_STATUS_H__
+#ifndef DALI_DEVICE_STATUS_H
+#define DALI_DEVICE_STATUS_H
/*
- * Copyright (c) 2017 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.
*/
} // namespace Dali
-#endif // __DALI_DEVICE_STATUS_H__
+#endif // DALI_DEVICE_STATUS_H
-#ifndef __DALI_INPUT_MEHTOD_H__
-#define __DALI_INPUT_MEHTOD_H__
+#ifndef DALI_INPUT_MEHTOD_H
+#define DALI_INPUT_MEHTOD_H
/*
- * Copyright (c) 2018 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.
*/
} // namespace Dali
-#endif // __DALI_INPUT_MEHTOD_H__
+#endif // DALI_INPUT_MEHTOD_H
-#ifndef __DALI_KEY_GRAB_H__
-#define __DALI_KEY_GRAB_H__
+#ifndef DALI_KEY_GRAB_H
+#define DALI_KEY_GRAB_H
/*
- * Copyright (c) 2018 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.
*/
} // namespace Dali
-#endif // __DALI_KEY_GRAB_H__
+#endif // DALI_KEY_GRAB_H
-#ifndef __DALI_KEY_H__
-#define __DALI_KEY_H__
+#ifndef DALI_KEY_H
+#define DALI_KEY_H
/*
- * Copyright (c) 2018 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.
*/
} // namespace Dali
-#endif // __DALI_KEY_H__
+#endif // DALI_KEY_H
-#ifndef __DALI_NATIVE_IMAGE_SOURCE_H__
-#define __DALI_NATIVE_IMAGE_SOURCE_H__
+#ifndef DALI_NATIVE_IMAGE_SOURCE_H
+#define DALI_NATIVE_IMAGE_SOURCE_H
/*
- * Copyright (c) 2018 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.
*/
} // namespace Dali
-#endif // __DALI_NATIVE_IMAGE_SOURCE_H__
+#endif // DALI_NATIVE_IMAGE_SOURCE_H
-#ifndef __DALI_STYLE_CHANGE_H__
-#define __DALI_STYLE_CHANGE_H__
+#ifndef DALI_STYLE_CHANGE_H
+#define DALI_STYLE_CHANGE_H
/*
- * Copyright (c) 2018 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.
*/
} // namespace Dali
-#endif // __DALI_STYLE_CHANGE_H__
+#endif // DALI_STYLE_CHANGE_H
-#ifndef __DALI_TIMER_H__
-#define __DALI_TIMER_H__
+#ifndef DALI_TIMER_H
+#define DALI_TIMER_H
/*
- * Copyright (c) 2018 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.
*/
} // namespace Dali
-#endif // __DALI_TIMER_H__
+#endif // DALI_TIMER_H
-#ifndef __DALI_TTS_PLAYER_H__
-#define __DALI_TTS_PLAYER_H__
+#ifndef DALI_TTS_PLAYER_H
+#define DALI_TTS_PLAYER_H
/*
- * Copyright (c) 2018 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.
*/
} // namespace Dali
-#endif // __DALI_TTS_PLAYER_H__
+#endif // DALI_TTS_PLAYER_H
-#ifndef __DALI_ADAPTOR_VERSION_H__
-#define __DALI_ADAPTOR_VERSION_H__
+#ifndef DALI_ADAPTOR_VERSION_H
+#define DALI_ADAPTOR_VERSION_H
/*
- * Copyright (c) 2018 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.
DALI_ADAPTOR_API extern const char * const ADAPTOR_BUILD_DATE; ///< The date/time the Adaptor library was built.
} // namespace Dali
-#endif // __DALI_ADAPTOR_VERSION_H__
+#endif // DALI_ADAPTOR_VERSION_H
-#ifndef __DALI_WEARABLE_H__
-#define __DALI_WEARABLE_H__
+#ifndef DALI_WEARABLE_H
+#define DALI_WEARABLE_H
/*
- * Copyright (c) 2016 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.
#include <dali/public-api/watch/watch-application.h>
#include <dali/public-api/capture/capture.h>
-#endif // __DALI_WEARABLE_H__
+#endif // DALI_WEARABLE_H
-#ifndef __DALI_WATCH_APPLICATION_H__
-#define __DALI_WATCH_APPLICATION_H__
+#ifndef DALI_WATCH_APPLICATION_H
+#define DALI_WATCH_APPLICATION_H
/*
- * Copyright (c) 2018 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.
*/
} // namespace Dali
-#endif // __DALI_WATCH_APPLICATION_H__
+#endif // DALI_WATCH_APPLICATION_H
-#ifndef __DALI_WATCH_TIME_H__
-#define __DALI_WATCH_TIME_H__
+#ifndef DALI_WATCH_TIME_H
+#define DALI_WATCH_TIME_H
/*
- * Copyright (c) 2018 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.
*/
} // namespace Dali
-#endif // __DALI_WATCH_TIME_H__
+#endif // DALI_WATCH_TIME_H
-#ifndef __DALI_ADAPTOR_DOC_H__
-#define __DALI_ADAPTOR_DOC_H__
+#ifndef DALI_ADAPTOR_DOC_H
+#define DALI_ADAPTOR_DOC_H
/*
- * Copyright (c) 2016 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.
* @}
*/
-#endif /* __DALI_ADAPTOR_DOC_H__ */
+#endif /* DALI_ADAPTOR_DOC_H */
-#ifndef __FEEDBACK_PLUGIN_H__
-#define __FEEDBACK_PLUGIN_H__
+#ifndef FEEDBACK_PLUGIN_H
+#define FEEDBACK_PLUGIN_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.
} // namespace Dali
-#endif // __FEEDBACK_PLUGIN_H__
+#endif // FEEDBACK_PLUGIN_H
-#ifndef __DALI_INTERNAL_TEXT_ABSTRACTION_VECTOR_FONT_CACHE_H__
-#define __DALI_INTERNAL_TEXT_ABSTRACTION_VECTOR_FONT_CACHE_H__
+#ifndef DALI_INTERNAL_TEXT_ABSTRACTION_VECTOR_FONT_CACHE_H
+#define DALI_INTERNAL_TEXT_ABSTRACTION_VECTOR_FONT_CACHE_H
/*
- * Copyright (c) 2016 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.
} // namespace Dali
-#endif // __DALI_INTERNAL_TEXT_ABSTRACTION_VECTOR_FONT_CACHE_H__
+#endif // DALI_INTERNAL_TEXT_ABSTRACTION_VECTOR_FONT_CACHE_H
// resampler.h, Separable filtering image rescaler v2.21, Rich Geldreich - richgel99@gmail.com
// See unlicense.org text at the bottom of this file.
// Modified to specify filters as enum rather than char *
-#ifndef __RESAMPLER_H__
-#define __RESAMPLER_H__
+#ifndef RESAMPLER_H
+#define RESAMPLER_H
#define RESAMPLER_DEBUG_OPS 0
}
};
-#endif // __RESAMPLER_H__
+#endif // RESAMPLER_H
// This is free and unencumbered software released into the public domain.
//