[Tizen] Implement partial update
[platform/core/uifw/dali-core.git] / dali / integration-api / gl-sync-abstraction.h
index 174c561..e4edabf 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTEGRATION_GL_SYNC_ABSTRACTION_H__
-#define __DALI_INTEGRATION_GL_SYNC_ABSTRACTION_H__
+#ifndef DALI_INTEGRATION_GL_SYNC_ABSTRACTION_H
+#define DALI_INTEGRATION_GL_SYNC_ABSTRACTION_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.
@@ -30,7 +30,7 @@ namespace Integration
  * A typical use case is to determine when GL draw calls have finished drawing
  * to a framebuffer.
  */
-class DALI_IMPORT_API GlSyncAbstraction
+class GlSyncAbstraction
 {
 protected:
   /**
@@ -77,4 +77,4 @@ public:
 } // namespace Integration
 } // namespace Dali
 
-#endif // __DALI_INTEGRATION_GL_SYNC_ABSTRACTION_H__
+#endif // DALI_INTEGRATION_GL_SYNC_ABSTRACTION_H