X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fbuilder%2Foptional-value.h;h=666dd30d967d43056322c1c78bf2042c695dcaed;hp=afa45671fe7fd3a1a5649cae09de2c3b2d8740d3;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=01808a740662880dc14ca86d4808c7baf536b948 diff --git a/dali-toolkit/internal/builder/optional-value.h b/dali-toolkit/internal/builder/optional-value.h index afa4567..666dd30 100644 --- a/dali-toolkit/internal/builder/optional-value.h +++ b/dali-toolkit/internal/builder/optional-value.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_BUILDER_OPTIONAL__ -#define __DALI_TOOLKIT_INTERNAL_BUILDER_OPTIONAL__ +#ifndef DALI_TOOLKIT_INTERNAL_BUILDER_OPTIONAL_H +#define DALI_TOOLKIT_INTERNAL_BUILDER_OPTIONAL_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. @@ -87,4 +87,4 @@ bool operator!=( const OptionalValue& lhs, const OptionalValue& rhs ) return false; } -#endif // header +#endif // DALI_TOOLKIT_INTERNAL_BUILDER_OPTIONAL_H