X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fgl-sync-abstraction.h;h=e4edabfa7a4aacca61f1ea554abb4a360574da7a;hb=15c677bac70d3071ea747d9d9e6a9c5a033267d8;hp=e1fc304ece780f3230732a34be878a792e0d47d4;hpb=8f2c5571c924479b6a07a2c2187dedd9c685baf0;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/gl-sync-abstraction.h b/dali/integration-api/gl-sync-abstraction.h index e1fc304..e4edabf 100644 --- a/dali/integration-api/gl-sync-abstraction.h +++ b/dali/integration-api/gl-sync-abstraction.h @@ -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 @@ -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