Purge underscored header file barriers 26/206426/2
authorDaniel McEwen <d.mcewen@partner.samsung.com>
Fri, 17 May 2019 15:26:10 +0000 (16:26 +0100)
committerDaniel McEwen <d.mcewen@partner.samsung.com>
Mon, 20 May 2019 07:58:40 +0000 (08:58 +0100)
Change-Id: I9e57f3cf9d687531fd7c38139f39f4b61e5c2812

examples/image-scaling-irregular-grid/grid-flags.h
examples/text-label-emojis/emoji-strings.h
shared/multi-language-strings.h
shared/view.h

index 01bb44f..1c151cc 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __DALI_DEMO_GRID_FLAGS_H_
-#define __DALI_DEMO_GRID_FLAGS_H_
+#ifndef DALI_DEMO_GRID_FLAGS_H
+#define DALI_DEMO_GRID_FLAGS_H
 /*
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
@@ -197,7 +197,8 @@ private:
   unsigned mHighestUsedRow;
 };
 
-} /* namespace Demo */
-} /* namespace Dali */
+} // namespace Demo
 
-#endif /* __DALI_DEMO_GRID_FLAGS_H_ */
+} // namespace Dali
+
+#endif // DALI_DEMO_GRID_FLAGS_H
index 81c8a6f..99822a8 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __DALI_DEMO_EMOJI_STRINGS_H__
-#define __DALI_DEMO_EMOJI_STRINGS_H__
+#ifndef DALI_DEMO_EMOJI_STRINGS_H
+#define DALI_DEMO_EMOJI_STRINGS_H
 
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd.
@@ -100,4 +100,4 @@ namespace EmojiStrings
 
 } // EmojiStrings
 
-#endif // __DALI_DEMO_EMOJI_STRINGS_H__
+#endif // DALI_DEMO_EMOJI_STRINGS_H
index f5f1675..5879d03 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __DALI_DEMO_MULTI_LANGUAGE_STRINGS_H__
-#define __DALI_DEMO_MULTI_LANGUAGE_STRINGS_H__
+#ifndef DALI_DEMO_MULTI_LANGUAGE_STRINGS_H
+#define DALI_DEMO_MULTI_LANGUAGE_STRINGS_H
 
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd.
@@ -227,4 +227,4 @@ namespace MultiLanguageStrings
 
 } // MultiLanguageStrings
 
-#endif // __DALI_DEMO_MULTI_LANGUAGE_STRINGS_H__
+#endif // DALI_DEMO_MULTI_LANGUAGE_STRINGS_H
index 6ec55d0..4497a63 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __DALI_DEMO_HELPER_VIEW_H__
-#define __DALI_DEMO_HELPER_VIEW_H__
+#ifndef DALI_DEMO_HELPER_VIEW_H
+#define DALI_DEMO_HELPER_VIEW_H
 
 /*
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
@@ -177,4 +177,4 @@ Dali::Toolkit::TextLabel CreateToolBarLabel( const std::string& text )
 
 } // DemoHelper
 
-#endif // __DALI_DEMO_HELPER_VIEW_H__
+#endif // DALI_DEMO_HELPER_VIEW_H