X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Factors%2Factor-declarations.h;h=0a54b53b7a4ee9721871b7792016ed4970e3e0d7;hb=baad1726f5f7f05d98da7ca591f24dbe3c49dab2;hp=e19f8bc66f870521949bdff373d6e41da155f4de;hpb=00918750a1a86fdb8a1feea0518f54c54fc084e0;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/actors/actor-declarations.h b/dali/internal/event/actors/actor-declarations.h index e19f8bc..0a54b53 100644 --- a/dali/internal/event/actors/actor-declarations.h +++ b/dali/internal/event/actors/actor-declarations.h @@ -1,8 +1,8 @@ -#ifndef __DALI_INTERNAL_ACTOR_DECLARATIONS_H__ -#define __DALI_INTERNAL_ACTOR_DECLARATIONS_H__ +#ifndef DALI_INTERNAL_ACTOR_DECLARATIONS_H +#define DALI_INTERNAL_ACTOR_DECLARATIONS_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,19 +30,15 @@ namespace Internal class Actor; class CameraActor; class CustomActor; -class ImageActor; class Layer; -class MeshActor; typedef IntrusivePtr ActorPtr; typedef IntrusivePtr CameraActorPtr; typedef IntrusivePtr CustomActorPtr; -typedef IntrusivePtr ImageActorPtr; typedef IntrusivePtr LayerPtr; -typedef IntrusivePtr MeshActorPtr; } // namespace Internal } // namespace Dali -#endif // __DALI_INTERNAL_ACTOR_DECLARATIONS_H__ +#endif // DALI_INTERNAL_ACTOR_DECLARATIONS_H