[Tizen] Implement partial update
[platform/core/uifw/dali-core.git] / dali / integration-api / gl-sync-abstraction.h
index e1fc304..e4edabf 100644 (file)
@@ -1,21 +1,22 @@
-#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.
-//
-// Licensed under the Flora License, Version 1.0 (the License);
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://floralicense.org/license/
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an AS IS BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
+/*
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 #include <dali/public-api/common/dali-common.h>
 
@@ -29,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:
   /**
@@ -76,4 +77,4 @@ public:
 } // namespace Integration
 } // namespace Dali
 
-#endif // __DALI_INTEGRATION_GL_SYNC_ABSTRACTION_H__
+#endif // DALI_INTEGRATION_GL_SYNC_ABSTRACTION_H