Clean up all cpp files header 88/268088/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 16 Dec 2021 03:55:59 +0000 (12:55 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 16 Dec 2021 05:38:12 +0000 (14:38 +0900)
1. Fill in missing license info
2. Well-formating license info
3. Group each headerfiles as 'INTERNAL' and 'EXTERNAL'
(csharp binder doesn't have any 'CLASS HEADER'
instead of processor-controller.cpp and view-wrapper-impl-wrap.cpp)

Change-Id: Idc1aa857a1b2e725e05a083296aa1cf62aaf2626
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
61 files changed:
dali-csharp-binder/src/accessible-impl-nui.cpp
dali-csharp-binder/src/adaptor-wrap.cpp
dali-csharp-binder/src/animation-wrap.cpp
dali-csharp-binder/src/application-wrap.cpp
dali-csharp-binder/src/atspi-wrap.cpp
dali-csharp-binder/src/callbackbase-wrap.cpp
dali-csharp-binder/src/canvas-view-wrap.cpp
dali-csharp-binder/src/capabilities-wrap.cpp
dali-csharp-binder/src/capture-wrap.cpp
dali-csharp-binder/src/common.cpp
dali-csharp-binder/src/common.h
dali-csharp-binder/src/component-application-wrap.cpp
dali-csharp-binder/src/constraint-wrap.cpp
dali-csharp-binder/src/control-devel-wrap.cpp
dali-csharp-binder/src/control-devel-wrap.h
dali-csharp-binder/src/dali-wrap.cpp
dali-csharp-binder/src/devel-property-wrap.cpp
dali-csharp-binder/src/encoded-image-buffer-wrap.cpp
dali-csharp-binder/src/event-thread-callback-wrap.cpp
dali-csharp-binder/src/extents-wrap.cpp
dali-csharp-binder/src/fade-transition-wrap.cpp
dali-csharp-binder/src/flex-layout-wrap.cpp
dali-csharp-binder/src/font-client-wrap.cpp
dali-csharp-binder/src/gestures-wrap.cpp
dali-csharp-binder/src/gl-view-wrap.cpp
dali-csharp-binder/src/gl-window-wrap.cpp
dali-csharp-binder/src/input-method-context-wrap.cpp
dali-csharp-binder/src/input-method-options-wrap.cpp
dali-csharp-binder/src/input-options-wrap.cpp
dali-csharp-binder/src/key-grab-wrap.cpp
dali-csharp-binder/src/keyboard-focus-manager-wrap.cpp
dali-csharp-binder/src/keyboard-wrap.cpp
dali-csharp-binder/src/model3d-view-wrap.cpp
dali-csharp-binder/src/native-image-queue-wrap.cpp
dali-csharp-binder/src/processor-controller.cpp
dali-csharp-binder/src/processor-controller.h
dali-csharp-binder/src/rive-animation-view-wrap.cpp
dali-csharp-binder/src/rotation-wrap.cpp
dali-csharp-binder/src/scale-transition-wrap.cpp
dali-csharp-binder/src/signal-wrap.cpp
dali-csharp-binder/src/slide-transition-wrap.cpp
dali-csharp-binder/src/style-manager-wrap.cpp
dali-csharp-binder/src/text-editor-wrap.cpp
dali-csharp-binder/src/text-field-wrap.cpp
dali-csharp-binder/src/text-label-wrap.cpp
dali-csharp-binder/src/text-utils-wrap.cpp
dali-csharp-binder/src/tizen-dependency-wrap.cpp
dali-csharp-binder/src/transition-base-wrap.cpp
dali-csharp-binder/src/transition-effects-wrap.cpp
dali-csharp-binder/src/transition-set-wrap.cpp
dali-csharp-binder/src/transition-wrap.cpp
dali-csharp-binder/src/tts-player-wrap.cpp
dali-csharp-binder/src/version-check.cpp
dali-csharp-binder/src/view-wrapper-impl-wrap.h
dali-csharp-binder/src/visual-actions-wrap.cpp
dali-csharp-binder/src/watch-view-wrap.cpp
dali-csharp-binder/src/watch-wrap.cpp
dali-csharp-binder/src/web-view-wrap.cpp
dali-csharp-binder/src/widget-view-manager-wrap.cpp
dali-csharp-binder/src/widget-view-wrap.cpp
dali-csharp-binder/src/window-wrap.cpp

index 2153e91..ae84e10 100644 (file)
  * limitations under the License.
  *
  */
-#include "control-devel-wrap.h"
 
+// EXTERNAL INCLUDES
 #include <dali/devel-api/adaptor-framework/accessibility.h>
 #include <dali/devel-api/adaptor-framework/accessibility-impl.h>
-#include <stdexcept>
+
+// INTERNAL INCLUDES
+#include "control-devel-wrap.h"
 
 using namespace Dali::Toolkit::DevelControl;
 
index 238eb3d..9c7c454 100755 (executable)
  *
  */
 
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali/integration-api/adaptor-framework/adaptor.h>
-// #include <dali/public-api/adaptor-framework/application-configuration.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
 
 SWIGINTERN bool Dali_Signal_Sl_void_Sp_Dali_Adaptor_SA__SP__Sg__Empty(Dali::Signal< void (Dali::Adaptor &) > const *self){
     return self->Empty();
index a45b249..04cce01 100755 (executable)
  *
  */
 
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali/public-api/animation/animation.h>
 #include <dali/devel-api/animation/animation-devel.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
 
 SWIGINTERN bool Dali_Signal_Sl_void_Sp_Dali_Animation_SA__SP__Sg__Empty(Dali::Signal< void (Dali::Animation &) > const *self){
   return self->Empty();
index b9d120a..e799e3d 100755 (executable)
@@ -1,25 +1,28 @@
-/** Copyright (c) 2020 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 "common.h"
-#include "string"
-#include <dali/public-api/adaptor-framework/application.h>
-#include <dali/devel-api/adaptor-framework/application-devel.h>
+/*
+ * Copyright (c) 2020 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <dali/integration-api/adaptor-framework/adaptor.h>
+#include <dali/public-api/adaptor-framework/application.h>
 #include <dali/public-api/adaptor-framework/window-enumerations.h>
+#include <dali/devel-api/adaptor-framework/application-devel.h>
+
+// INTERNAL INCLUDES
+#include "common.h"
 
 /* Callback for returning strings to C# without leaking memory */
 typedef char * (SWIGSTDCALL* SWIG_CSharpStringHelperCallback)(const char *);
index 55de08b..c7e5138 100755 (executable)
@@ -1,23 +1,26 @@
-/** 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 "common.h"
+/*
+ * 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <dali/devel-api/adaptor-framework/atspi-accessibility.h>
 #include <dali-toolkit/devel-api/controls/control-devel.h>
-#include <dali/integration-api/debug.h>
+
+// INTERNAL INCLUDES
+#include "common.h"
 
 #ifdef __cplusplus
 extern "C" {
index f174c8b..d7e4de8 100755 (executable)
@@ -15,6 +15,7 @@
  *
  */
 
+// INTERNAL INCLUDES
 #include "common.h"
 
 #ifdef __cplusplus
index 61432ce..f11d29c 100644 (file)
@@ -1,14 +1,31 @@
-#define SWIGSTDCALL
-
-// INCLUDES
-#include "common.h"
-#include <dali-toolkit/dali-toolkit.h>
-#include <dali-toolkit/devel-api/controls/canvas-view/canvas-view.h>
+/*
+ * Copyright (c) 2021 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <dali/devel-api/adaptor-framework/canvas-renderer-drawable-group.h>
 #include <dali/devel-api/adaptor-framework/canvas-renderer-gradient.h>
 #include <dali/devel-api/adaptor-framework/canvas-renderer-linear-gradient.h>
 #include <dali/devel-api/adaptor-framework/canvas-renderer-picture.h>
 #include <dali/devel-api/adaptor-framework/canvas-renderer-radial-gradient.h>
+#include <dali-toolkit/dali-toolkit.h>
+#include <dali-toolkit/devel-api/controls/canvas-view/canvas-view.h>
+
+// INTERNAL INCLUDES
+#include "common.h"
 
 using namespace Dali;
 using namespace Dali::Toolkit;
index 649f74c..1837aef 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Copyright (c) 2020 Samsung Electronics Co., Ltd.
  *
  *
  */
 
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali/devel-api/common/capabilities.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
index 6d869e2..2c9aba7 100755 (executable)
  *
  */
 
-#include <string.h>
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali/public-api/capture/capture.h>
 #include <dali/devel-api/adaptor-framework/capture-devel.h>
-#include <dali/integration-api/debug.h>
 #include <dali-toolkit/public-api/image-loader/image.h>
 #include <dali-toolkit/public-api/image-loader/image-url.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 SWIGINTERN bool Dali_Capture_Signal_Empty(Dali::Capture::CaptureFinishedSignalType const* self)
 {
   return self->Empty();
index 27f6276..6cb6c92 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 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.
@@ -15,6 +15,7 @@
  *
  */
 
+// INTERNAL INCLUDES
 #include "common.h"
 
 void SWIG_ExceptionMessageWithFileAndLine(const int& code, const char* what, const char* filename, const int& linenumber, const char* funcname)
index 3901a0f..ba6ff0d 100755 (executable)
@@ -2,7 +2,7 @@
 #define CSHARP_COMMON_H
 
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 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.
index e40d807..0727218 100644 (file)
@@ -1,23 +1,27 @@
-/** Copyright (c) 2020 Samsung Electronics Co., Ltd.\r
-*\r
-* Licensed under the Apache License, Version 2.0 (the "License");\r
-* you may not use this file except in compliance with the License.\r
-* You may obtain a copy of the License at\r
-*\r
-* http://www.apache.org/licenses/LICENSE-2.0\r
-*\r
-* Unless required by applicable law or agreed to in writing, software\r
-* distributed under the License is distributed on an "AS IS" BASIS,\r
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-* See the License for the specific language governing permissions and\r
-* limitations under the License.\r
-*\r
-*/\r
-\r
-#include "common.h"\r
+/*\r
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.\r
+ *\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ * http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ *\r
+ */\r
+\r
+// EXTERNAL INCLUDES\r
 #include <dali/dali.h>\r
 #include <dali/devel-api/adaptor-framework/component-application.h>\r
 \r
+// INTERNAL INCLUDES\r
+#include "common.h"\r
+\r
 #ifdef __cplusplus\r
 extern "C" {\r
 #endif\r
index 5711257..038d1d4 100755 (executable)
  *
  */
 
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali/public-api/animation/constraint.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 #ifdef __cplusplus
 extern "C"
 {
index 9414e0d..34e8c7a 100644 (file)
  * limitations under the License.
  *
  */
-#include "control-devel-wrap.h"
 
+// EXTERNAL INCLUDES
+#include <vector>
 #include <dali/devel-api/adaptor-framework/accessibility.h>
 #include <dali/devel-api/adaptor-framework/accessibility-impl.h>
-#include <vector>
+
+// INTERNAL INCLUDES
+#include "control-devel-wrap.h"
 
 using namespace Dali::Toolkit::DevelControl;
 
index 2846775..3154db5 100644 (file)
@@ -1,7 +1,8 @@
 #ifndef CONTROL_DEVEL_WRAP_H
 #define CONTROL_DEVEL_WRAP_H
+
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 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.
  *
  */
 
-#include <cxxabi.h>
-#include <sstream>
-
+// EXTERNAL INCLUDES
 #include <dali-toolkit/devel-api/controls/control-devel.h>
 
+// INTERNAL INCLUDES
 #include "common.h"
 
 /* Callback for returning strings to C# without leaking memory */
index 800007b..f3e85b7 100755 (executable)
 
 #include "common.h"
 
-#include <dali-toolkit/dali-toolkit.h>
-
 SWIG_CSharpException_t SWIG_csharp_exceptions[] = {
   { SWIG_CSharpApplicationException, NULL },
   { SWIG_CSharpArithmeticException, NULL },
@@ -244,24 +242,8 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegisterStringCallback_NDalic(SWIG_CSharpStringH
 
 
 /* Contract support */
-
 #define SWIG_contract_assert(nullreturn, expr, msg) if (!(expr)) {SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentOutOfRangeException, msg, ""); return nullreturn; } else
 
-/*  Errors in SWIG */
-#define  SWIG_UnknownError         -1
-#define  SWIG_IOError              -2
-#define  SWIG_RuntimeError         -3
-#define  SWIG_IndexError           -4
-#define  SWIG_TypeError            -5
-#define  SWIG_DivisionByZero       -6
-#define  SWIG_OverflowError        -7
-#define  SWIG_SyntaxError          -8
-#define  SWIG_ValueError           -9
-#define  SWIG_SystemError          -10
-#define  SWIG_AttributeError       -11
-#define  SWIG_MemoryError          -12
-#define  SWIG_NullReferenceError   -13
-
 
 /* -----------------------------------------------------------------------------
  * director_common.swg
index 773228c..f1a7496 100755 (executable)
@@ -15,8 +15,9 @@
  *
  */
 
-#include "common.h"
-
+// EXTERNAL INCLUDES
+#include <dali/devel-api/actors/actor-devel.h>
+#include <dali/devel-api/rendering/renderer-devel.h>
 #include <dali-toolkit/dali-toolkit.h>
 #include <dali-toolkit/devel-api/controls/buttons/button-devel.h>
 #include <dali-toolkit/devel-api/controls/control-devel.h>
@@ -26,8 +27,9 @@
 #include <dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h>
 #include <dali-toolkit/public-api/controls/text-controls/hidden-input-properties.h>
 #include <dali-toolkit/public-api/visuals/visual-properties.h>
-#include <dali/devel-api/actors/actor-devel.h>
-#include <dali/devel-api/rendering/renderer-devel.h>
+
+// INTERNAL INCLUDES
+#include "common.h"
 
 using namespace Dali;
 using namespace Dali::Toolkit;
index a478816..0c04cb7 100755 (executable)
  *
  */
 
-#include "common.h"
+// EXTERNAL INCLUDES
+#include <dali/public-api/adaptor-framework/encoded-image-buffer.h>
 #include <dali-toolkit/public-api/image-loader/image.h>
 #include <dali-toolkit/public-api/image-loader/image-url.h>
-#include <dali/public-api/adaptor-framework/encoded-image-buffer.h>
+
+// INTERNAL INCLUDES
+#include "common.h"
 
 #ifdef __cplusplus
 extern "C"
index afce7c5..c7c9827 100755 (executable)
  *
  */
 
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali/devel-api/adaptor-framework/event-thread-callback.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
index ad8d72d..934887c 100755 (executable)
@@ -1,6 +1,25 @@
-#include "common.h"
+/*
+ * Copyright (c) 2021 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <dali/public-api/common/extents.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
 
 #ifdef __cplusplus
 extern "C" {
index ee48774..f2fa6e8 100755 (executable)
  *
  */
 
-#include <string.h>
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali-toolkit/public-api/transition/fade-transition.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 #ifdef __cplusplus
 extern "C"
 {
index 9254b39..c5b2c3e 100755 (executable)
@@ -1,6 +1,26 @@
-#include "common.h"
-#include <dali-toolkit/devel-api/layouting/flex-node.h>
+/*
+ * Copyright (c) 2021 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <iostream>
+#include <dali-toolkit/devel-api/layouting/flex-node.h>
+
+// INTERNAL INCLUDES
+#include "common.h"
 
 #ifdef __cplusplus
 extern "C" {
index 6e72ac7..d9ffa51 100755 (executable)
@@ -1,20 +1,21 @@
-/** Copyright (c) 2017 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 "common.h"
+/*
+ * Copyright (c) 2017 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <dali/public-api/common/type-traits.h>
 #include <dali/devel-api/text-abstraction/font-metrics.h>
 #include <dali/devel-api/text-abstraction/font-list.h>
@@ -22,6 +23,9 @@
 #include <dali/devel-api/text-abstraction/text-abstraction-definitions.h>
 #include <dali/devel-api/text-abstraction/font-client.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 /* Callback for returning strings to C# without leaking memory */
 typedef char * (SWIGSTDCALL* SWIG_CSharpStringHelperCallback)(const char *);
 extern SWIG_CSharpStringHelperCallback SWIG_csharp_string_callback;
index 491fe9e..cc9418e 100755 (executable)
  *
  */
 
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali/public-api/events/rotation-gesture.h>
 #include <dali/public-api/events/rotation-gesture-detector.h>
 #include <dali/devel-api/events/rotation-gesture-devel.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
index c1ddc32..cc72aa5 100644 (file)
@@ -1,21 +1,25 @@
-/** Copyright (c) 2021 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.
-*
-*/
+/*
+ * Copyright (c) 2021 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
+#include <dali-toolkit/public-api/controls/gl-view/gl-view.h>
 
+// INTERNAL INCLUDES
 #include "common.h"
-#include <dali-toolkit/public-api/controls/gl-view/gl-view.h>
 
 #ifdef __cplusplus
 extern "C"
index 17fef62..2a242c0 100644 (file)
@@ -1,24 +1,27 @@
-/** Copyright (c) 2020 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 "common.h"
+/*
+ * Copyright (c) 2020 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <dali/devel-api/adaptor-framework/gl-window.h>
 #include <dali/integration-api/adaptor-framework/adaptor.h>
 #include <dali-toolkit/devel-api/controls/control-devel.h>
-#include <dali/integration-api/debug.h>
+
+// INTERNAL INCLUDES
+#include "common.h"
 
 /* Callback for returning strings to C# without leaking memory */
 typedef char *(SWIGSTDCALL *SWIG_CSharpStringHelperCallback)(const char *);
index 5183ed3..d857d8a 100755 (executable)
@@ -1,23 +1,26 @@
-/** Copyright (c) 2020 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.
-*
-*/
+/*
+ * Copyright (c) 2020 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
+#include <dali/devel-api/common/stage.h>
+#include <dali/devel-api/adaptor-framework/input-method-context.h>
 
+// INTERNAL INCLUDES
 #include "common.h"
-#include <dali/devel-api/adaptor-framework/input-method-context.h>
-#include <dali/devel-api/common/stage.h>
-#include <dali/integration-api/debug.h>
 
 /* Callback for returning strings to C# without leaking memory */
 typedef char * (SWIGSTDCALL* SWIG_CSharpStringHelperCallback)(const char *);
index 367f4c5..344daaa 100755 (executable)
@@ -1,22 +1,25 @@
-/** Copyright (c) 2017 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 "common.h"
+/*
+ * Copyright (c) 2017 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <dali/devel-api/adaptor-framework/input-method-options.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
 
 #ifdef __cplusplus
 extern "C" {
index c164706..3be38a7 100644 (file)
  *\r
  */\r
 \r
-#include <string.h>\r
-#include "common.h"\r
+// EXTERNAL INCLUDES\r
 #include <dali/integration-api/input-options.h>\r
 \r
+// INTERNAL INCLUDES\r
+#include "common.h"\r
+\r
 #ifdef __cplusplus\r
 extern "C"\r
 {\r
index d6e0806..96de318 100755 (executable)
@@ -1,30 +1,29 @@
-/** Copyright (c) 2017 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 "common.h"
-
+/*
+ * Copyright (c) 2017 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <dali/dali.h>
-#include <dali-toolkit/dali-toolkit.h>
 #include <dali/public-api/common/dali-common.h>
-#include <dali/integration-api/debug.h>
 #include <dali/public-api/adaptor-framework/key-grab.h>
 #include <dali/public-api/adaptor-framework/window.h>
+#include <dali-toolkit/dali-toolkit.h>
 
-#include <stdexcept>
-#include <exception>
+// INTERNAL INCLUDES
+#include "common.h"
 
 
 #ifdef TIZEN_BUILD
index 2e688f4..040f37f 100755 (executable)
  *
  */
 
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali-toolkit/dali-toolkit.h>
 #include <dali-toolkit/devel-api/focus-manager/focus-finder.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 SWIGINTERN bool Dali_Signal_Sl_Dali_Actor_Sp_Dali_Actor_Sc_Dali_Actor_Sc_Dali_Toolkit_Control_KeyboardFocus_Direction_SP__Sg__Empty(Dali::Signal< Dali::Actor (Dali::Actor,Dali::Actor,Dali::Toolkit::Control::KeyboardFocus::Direction) > const *self){
          return self->Empty();
       }
index 0c85ca8..de3cde7 100755 (executable)
  *
  */
 
-#include "common.h"
-
+// EXTERNAL INCLUDES
 #include <dali/dali.h>
-#include <dali-toolkit/dali-toolkit.h>
 #include <dali/public-api/common/dali-common.h>
-#include <dali/integration-api/debug.h>
 #include <dali/devel-api/adaptor-framework/keyboard.h>
+#include <dali-toolkit/dali-toolkit.h>
 
-#include <stdexcept>
-#include <exception>
-
+// INTERNAL INCLUDES
+#include "common.h"
 
 #ifdef TIZEN_BUILD
 #ifdef ECORE_WL2
index 676db48..6cebcfb 100755 (executable)
  *
  */
 
-#include <string.h>
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali-toolkit/public-api/controls/model3d-view/model3d-view.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 #ifdef __cplusplus
 extern "C"
 {
index 28c695e..4eba0db 100644 (file)
@@ -1,22 +1,26 @@
-/** Copyright (c) 2021 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.
-*
-*/
+/*
+ * Copyright (c) 2021 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 "common.h"
+// EXTERNAL INCLUDES
 #include <dali/devel-api/adaptor-framework/native-image-source-queue.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
index 9fb5eb6..a355aae 100644 (file)
  *
  */
 
+// CLASS HEADER
 #include "processor-controller.h"
+
+// EXTERNAL INCLUDES
 #include <dali/integration-api/adaptor-framework/adaptor.h>
 
 #ifdef __cplusplus
index 56db578..807e479 100644 (file)
@@ -19,7 +19,6 @@
  */
 
 // EXTERNAL INCLUDES
-#include <vector>
 #include <dali/integration-api/processor-interface.h>
 
 // INTERNAL INCLUDES
index e4e0362..b8421b9 100644 (file)
@@ -1,9 +1,26 @@
-#define SWIGSTDCALL
+/*
+ * Copyright (c) 2021 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.
+ *
+ */
 
-// INCLUDES
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali-extension/devel-api/rive-animation-view/rive-animation-view.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 using namespace Dali;
 using namespace Dali::Toolkit;
 using namespace Dali::Extension;
index b6a883f..da33067 100644 (file)
  *
  */
 
-#include <string.h>
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali/public-api/math/quaternion.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 #ifdef __cplusplus
 extern "C"
 {
index b67310f..e881da4 100755 (executable)
  *
  */
 
-#include <string.h>
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali-toolkit/public-api/transition/scale-transition.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 #ifdef __cplusplus
 extern "C"
 {
index 600fcd4..15f5c49 100644 (file)
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2021 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.
+ *
+ */
+
+// INTERNAL INCLUDES
 #include "control-devel-wrap.h"
 
 #ifdef __cplusplus
index 97b92a8..30b997a 100755 (executable)
  *
  */
 
-#include <string.h>
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali-toolkit/public-api/transition/slide-transition.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 #ifdef __cplusplus
 extern "C"
 {
index 053f8cf..b7fd20a 100644 (file)
@@ -1,23 +1,26 @@
-/** Copyright (c) 2021 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 <string.h>
-#include "common.h"
+/*
+ * Copyright (c) 2021 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.
+ *
+ */
 
+// EXTERNAL INCLUDES
 #include <dali-toolkit/devel-api/styling/style-manager-devel.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 /* Callback for returning strings to C# without leaking memory */
 typedef char *(SWIGSTDCALL *SWIG_CSharpStringHelperCallback)(const char*);
 extern SWIG_CSharpStringHelperCallback SWIG_csharp_string_callback;
index f31b1c9..2355032 100755 (executable)
@@ -1,23 +1,27 @@
-/** Copyright (c) 2020 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 "common.h"
+/*
+ * Copyright (c) 2020 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <dali-toolkit/public-api/controls/text-controls/text-editor.h>
 #include <dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 /* Callback for returning strings to C# without leaking memory */
 typedef char * (SWIGSTDCALL* SWIG_CSharpStringHelperCallback)(const char *);
 extern SWIG_CSharpStringHelperCallback SWIG_csharp_string_callback;
index 0db9f0e..9dc1332 100755 (executable)
@@ -1,23 +1,27 @@
-/** Copyright (c) 2020 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 "common.h"
+/*
+ * Copyright (c) 2020 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <dali-toolkit/public-api/controls/text-controls/text-field.h>
 #include <dali-toolkit/devel-api/controls/text-controls/text-field-devel.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 /* Callback for returning strings to C# without leaking memory */
 typedef char * (SWIGSTDCALL* SWIG_CSharpStringHelperCallback)(const char *);
 extern SWIG_CSharpStringHelperCallback SWIG_csharp_string_callback;
index 3f78af8..a10ca01 100755 (executable)
@@ -1,7 +1,27 @@
-#include "common.h"
+/*
+ * Copyright (c) 2021 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <dali-toolkit/public-api/controls/text-controls/text-label.h>
 #include <dali-toolkit/devel-api/controls/text-controls/text-label-devel.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 SWIGINTERN bool Dali_Signal_Sl_void_Sp_Dali_Toolkit_TextLabel_SP__Sg__Empty(Dali::Signal< void (Dali::Toolkit::TextLabel) > const *self){
   return self->Empty();
 }
index c4c74e2..f450333 100755 (executable)
@@ -1,23 +1,27 @@
-/** Copyright (c) 2020 Samsung Electronics Co., Ltd.\r
-*\r
-* Licensed under the Apache License, Version 2.0 (the "License");\r
-* you may not use this file except in compliance with the License.\r
-* You may obtain a copy of the License at\r
-*\r
-* http://www.apache.org/licenses/LICENSE-2.0\r
-*\r
-* Unless required by applicable law or agreed to in writing, software\r
-* distributed under the License is distributed on an "AS IS" BASIS,\r
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-* See the License for the specific language governing permissions and\r
-* limitations under the License.\r
-*\r
-*/\r
-\r
-#include "common.h"\r
+/*\r
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.\r
+ *\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ * http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ *\r
+ */\r
+\r
+// EXTERNAL INCLUDES\r
 #include <dali/dali.h>\r
 #include <dali-toolkit/devel-api/text/text-utils-devel.h>\r
 \r
+// INTERNAL INCLUDES\r
+#include "common.h"\r
+\r
 extern SWIG_CSharpStringHelperCallback SWIG_csharp_string_callback;\r
 \r
 #ifdef __cplusplus\r
index 90b7345..06eb44c 100644 (file)
@@ -1,25 +1,28 @@
-/** Copyright (c) 2020 Samsung Electronics Co., Ltd.\r
-*\r
-* Licensed under the Apache License, Version 2.0 (the "License");\r
-* you may not use this file except in compliance with the License.\r
-* You may obtain a copy of the License at\r
-*\r
-* http://www.apache.org/licenses/LICENSE-2.0\r
-*\r
-* Unless required by applicable law or agreed to in writing, software\r
-* distributed under the License is distributed on an "AS IS" BASIS,\r
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-* See the License for the specific language governing permissions and\r
-* limitations under the License.\r
-*\r
-*/\r
-\r
-#include "common.h"\r
+/*\r
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.\r
+ *\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ * http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ *\r
+ */\r
+\r
+// EXTERNAL INCLUDES\r
 #include <dali/dali.h>\r
-\r
 #include <dali/devel-api/adaptor-framework/native-image-source-devel.h>\r
 #include <tbm_surface.h>\r
 \r
+// INTERNAL INCLUDES\r
+#include "common.h"\r
+\r
 #ifdef __cplusplus\r
 extern "C" {\r
 #endif\r
index 89bec7a..0dd026e 100755 (executable)
  *
  */
 
-#include <string.h>
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali-toolkit/public-api/transition/transition-base.h>
-#include <dali/integration-api/debug.h>
+
+// INTERNAL INCLUDES
+#include "common.h"
 
 #ifdef __cplusplus
 extern "C"
index d2778e6..5f81724 100755 (executable)
@@ -1,27 +1,29 @@
-/** Copyright (c) 2019 Samsung Electronics Co., Ltd.\r
-*\r
-* Licensed under the Apache License, Version 2.0 (the "License");\r
-* you may not use this file except in compliance with the License.\r
-* You may obtain a copy of the License at\r
-*\r
-* http://www.apache.org/licenses/LICENSE-2.0\r
-*\r
-* Unless required by applicable law or agreed to in writing, software\r
-* distributed under the License is distributed on an "AS IS" BASIS,\r
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-* See the License for the specific language governing permissions and\r
-* limitations under the License.\r
-*\r
-*/\r
-\r
-#include "common.h"\r
+/*\r
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.\r
+ *\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ * http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ *\r
+ */\r
+\r
+// EXTERNAL INCLUDES\r
+#include <dali/public-api/rendering/texture.h>\r
 #include <dali-toolkit/devel-api/transition-effects/cube-transition-effect.h>\r
 #include <dali-toolkit/devel-api/transition-effects/cube-transition-cross-effect.h>\r
 #include <dali-toolkit/devel-api/transition-effects/cube-transition-fold-effect.h>\r
 #include <dali-toolkit/devel-api/transition-effects/cube-transition-wave-effect.h>\r
 \r
-#include <dali/public-api/rendering/texture.h>\r
-\r
+// INTERNAL INCLUDES\r
+#include "common.h"\r
 \r
 SWIGINTERN bool Dali_Signal_Sl_void_Sp_Dali_Toolkit_CubeTransitionEffect_SP__Sg__Empty(Dali::Signal< void(Dali::Toolkit::CubeTransitionEffect) > const *self) {\r
   return self->Empty();\r
index 2e5da38..d0e24cc 100755 (executable)
  *
  */
 
-#include <string.h>
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali-toolkit/public-api/transition/transition-set.h>
-#include <dali/integration-api/debug.h>
+
+// INTERNAL INCLUDES
+#include "common.h"
 
 SWIGINTERN bool Dali_TransitionSet_Signal_Empty(Dali::Toolkit::TransitionSet::TransitionSetSignalType const *self)
 {
index 544a41f..a31d25a 100755 (executable)
  *
  */
 
-#include <string.h>
-#include "common.h"
+// EXTERNAL INCLUDES
 #include <dali-toolkit/public-api/transition/transition.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 #ifdef __cplusplus
 extern "C"
 {
index 5c24d5e..0c42ffc 100755 (executable)
@@ -1,21 +1,25 @@
-/** Copyright (c) 2017 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.
-*
-*/
+/*
+ * Copyright (c) 2017 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
+#include <dali/public-api/adaptor-framework/tts-player.h>
 
+// INTERNAL INCLUDES
 #include "common.h"
-#include <dali/public-api/adaptor-framework/tts-player.h>
 
 SWIGINTERN bool Dali_Signal_Sl_void_Sp_Dali_TtsPlayer_State_SS_const_Sc_Dali_TtsPlayer_State_SS_const_SP__Sg__Empty(Dali::Signal< void (Dali::TtsPlayer::State const,Dali::TtsPlayer::State const) > const *self){
   return self->Empty();
index ecf1227..e75f9fc 100755 (executable)
@@ -1,4 +1,5 @@
-/* Copyright (c) 2018 Samsung Electronics Co., Ltd.
+/*
+ * Copyright (c) 2018 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.
@@ -14,6 +15,7 @@
  *
  */
 
+// INTERNAL INCLUDES
 #include "common.h"
 
 #ifdef __cplusplus
index e75cb9a..809f156 100644 (file)
  *
  */
 
-#include "common.h"
-
+// EXTERNAL INCLUDES
 #include <dali-toolkit/devel-api/controls/control-wrapper.h>
 #include <dali-toolkit/devel-api/controls/control-wrapper-impl.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 class SwigDirector_ViewWrapperImpl : public Dali::Toolkit::Internal::ControlWrapper
 {
 public:
index d22b0fa..0ced6ca 100644 (file)
@@ -1,26 +1,29 @@
-/** Copyright (c) 2021 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 <string.h>
-#include "common.h"
+/*
+ * Copyright (c) 2021 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.
+ *
+ */
 
+// EXTERNAL INCLUDES
 #include <dali-toolkit/devel-api/visuals/visual-actions-devel.h>
 #include <dali-toolkit/devel-api/visuals/image-visual-actions-devel.h>
 #include <dali-toolkit/devel-api/visuals/animated-image-visual-actions-devel.h>
 #include <dali-toolkit/devel-api/visuals/animated-vector-image-visual-actions-devel.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 #ifdef __cplusplus
 extern "C"
 {
index 0cdaa69..cc40bce 100755 (executable)
@@ -1,24 +1,27 @@
-/** Copyright (c) 2020 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.
-*
-*/
+/*
+ * Copyright (c) 2020 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
+#include <dali/public-api/adaptor-framework/window.h>
+#include <watch_viewer_dali/public_api/watch_view/watch_view.h>
 
+// INTERNAL INCLUDES
 #include "common.h"
 
-#include <watch_viewer_dali/public_api/watch_view/watch_view.h>
-#include <dali/public-api/adaptor-framework/window.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
index 3c5df8e..40afc50 100755 (executable)
@@ -1,23 +1,27 @@
-/** Copyright (c) 2017 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 "common.h"
+/*
+ * Copyright (c) 2017 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <dali/public-api/watch/watch-time.h>
 #include <dali/public-api/watch/watch-application.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 /* Callback for returning strings to C# without leaking memory */
 typedef char * (SWIGSTDCALL* SWIG_CSharpStringHelperCallback)(const char *);
 extern SWIG_CSharpStringHelperCallback SWIG_csharp_string_callback;
index 909bbca..8618503 100755 (executable)
@@ -1,4 +1,5 @@
-/** Copyright (c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * Copyright (c) 2021 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.
  *
  */
 
-#include "common.h"
-
 // EXTERNAL INCLUDES
-#include <dali-toolkit/dali-toolkit.h>
-#include <dali-toolkit/devel-api/controls/web-view/web-back-forward-list.h>
-#include <dali-toolkit/devel-api/controls/web-view/web-context.h>
-#include <dali-toolkit/devel-api/controls/web-view/web-cookie-manager.h>
-#include <dali-toolkit/devel-api/controls/web-view/web-settings.h>
-#include <dali-toolkit/devel-api/controls/web-view/web-view.h>
+#include <dali/public-api/common/dali-common.h>
 #include <dali/devel-api/adaptor-framework/web-engine-certificate.h>
 #include <dali/devel-api/adaptor-framework/web-engine-context-menu.h>
 #include <dali/devel-api/adaptor-framework/web-engine-context-menu-item.h>
 #include <dali/devel-api/adaptor-framework/web-engine-request-interceptor.h>
 #include <dali/devel-api/adaptor-framework/web-engine-security-origin.h>
 #include <dali/devel-api/adaptor-framework/web-engine-back-forward-list-item.h>
-#include <dali/public-api/common/dali-common.h>
+#include <dali-toolkit/dali-toolkit.h>
+#include <dali-toolkit/devel-api/controls/web-view/web-back-forward-list.h>
+#include <dali-toolkit/devel-api/controls/web-view/web-context.h>
+#include <dali-toolkit/devel-api/controls/web-view/web-cookie-manager.h>
+#include <dali-toolkit/devel-api/controls/web-view/web-settings.h>
+#include <dali-toolkit/devel-api/controls/web-view/web-view.h>
+
+// INTERNAL INCLUDES
+#include "common.h"
 
 /* Callback for returning strings to C# without leaking memory */
 typedef char *(SWIGSTDCALL *SWIG_CSharpStringHelperCallback)(const char*);
index de28d87..cbf5a99 100755 (executable)
@@ -1,23 +1,27 @@
-/** Copyright (c) 2017 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 "common.h"
+/*
+ * Copyright (c) 2017 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <widget_viewer_dali/public_api/widget_view_manager/widget_view_manager.h>
 #include <widget_viewer_dali/public_api/widget_view/widget_view.h>
 
+// INTERNAL INCLUDES
+#include "common.h"
+
 #ifdef __cplusplus
 extern "C"
 {
index a511196..076e7f7 100755 (executable)
@@ -1,23 +1,26 @@
-/** Copyright (c) 2017 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.
-*
-*/
+/*
+ * Copyright (c) 2017 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
+#include <widget_viewer_dali/public_api/widget_view/widget_view.h>
 
+// INTERNAL INCLUDES
 #include "common.h"
 
-#include <widget_viewer_dali/public_api/widget_view/widget_view.h>
-
 SWIGINTERN bool Dali_Signal_Sl_void_Sp_Dali_WidgetView_WidgetView_SP__Sg__Empty(Dali::Signal< void (Dali::WidgetView::WidgetView) > const *self){
   return self->Empty();
 }
index fab1d85..a77a70e 100644 (file)
@@ -1,25 +1,28 @@
-/** Copyright (c) 2020 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 "common.h"
-#include <dali/devel-api/adaptor-framework/window-devel.h>
+/*
+ * Copyright (c) 2020 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.
+ *
+ */
+
+// EXTERNAL INCLUDES
 #include <dali/public-api/adaptor-framework/window.h>
+#include <dali/devel-api/adaptor-framework/window-devel.h>
 #include <dali/integration-api/adaptor-framework/adaptor.h>
 #include <dali-toolkit/devel-api/controls/control-devel.h>
-#include <dali/integration-api/debug.h>
+
+// INTERNAL INCLUDES
+#include "common.h"
 
 /* Callback for returning strings to C# without leaking memory */
 typedef char * (SWIGSTDCALL* SWIG_CSharpStringHelperCallback)(const char *);