X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fbuilder%2Foptional-value.h;h=666dd30d967d43056322c1c78bf2042c695dcaed;hb=b97b29c76acefabbae2c0a4e9ecc261bf9dd8036;hp=afa45671fe7fd3a1a5649cae09de2c3b2d8740d3;hpb=1c3cb32385174b852b8d57b531625f733238f664;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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