[shotwell/wip/autotools: 2/27] build: Add unit files



commit 216b6a68d81de70ce000628aa913fefffa769d98
Author: Jens Georg <mail jensge org>
Date:   Wed Jun 29 00:06:25 2016 +0200

    build: Add unit files
    
    Signed-off-by: Jens Georg <mail jensge org>

 src/.unitize/_CameraInternals.vala       |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_ConfigInternals.vala       |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_CoreInternals.vala         |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_DataImportsInternals.vala  |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_DbInternals.vala           |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_DirectInternals.vala       |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_Direct_unitize_entry.vala  |   19 ++++++++++++++++++
 src/.unitize/_EditingToolsInternals.vala |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_EventsInternals.vala       |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_FoldersInternals.vala      |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_LibraryInternals.vala      |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_Library_unitize_entry.vala |   19 ++++++++++++++++++
 src/.unitize/_PhotosInternals.vala       |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_PluginsInternals.vala      |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_PublishingInternals.vala   |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_SearchesInternals.vala     |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_SidebarInternals.vala      |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_SlideshowInternals.vala    |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_TagsInternals.vala         |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_ThreadsInternals.vala      |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_UnitInternals.vala         |   31 ++++++++++++++++++++++++++++++
 src/.unitize/_UtilInternals.vala         |   31 ++++++++++++++++++++++++++++++
 22 files changed, 658 insertions(+), 0 deletions(-)
---
diff --git a/src/.unitize/_CameraInternals.vala b/src/.unitize/_CameraInternals.vala
new file mode 100644
index 0000000..68d37ca
--- /dev/null
+++ b/src/.unitize/_CameraInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Camera {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry(); Sidebar.init_entry();
+
+    Camera.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Camera.terminate();
+
+    Unit.terminate_entry(); Sidebar.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_ConfigInternals.vala b/src/.unitize/_ConfigInternals.vala
new file mode 100644
index 0000000..90a46a0
--- /dev/null
+++ b/src/.unitize/_ConfigInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Config {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry();
+
+    Config.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Config.terminate();
+
+    Unit.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_CoreInternals.vala b/src/.unitize/_CoreInternals.vala
new file mode 100644
index 0000000..b581845
--- /dev/null
+++ b/src/.unitize/_CoreInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Core {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry();
+
+    Core.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Core.terminate();
+
+    Unit.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_DataImportsInternals.vala b/src/.unitize/_DataImportsInternals.vala
new file mode 100644
index 0000000..002b6a7
--- /dev/null
+++ b/src/.unitize/_DataImportsInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace DataImports {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry();
+
+    DataImports.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    DataImports.terminate();
+
+    Unit.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_DbInternals.vala b/src/.unitize/_DbInternals.vala
new file mode 100644
index 0000000..a80bd57
--- /dev/null
+++ b/src/.unitize/_DbInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Db {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry();
+
+    Db.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Db.terminate();
+
+    Unit.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_DirectInternals.vala b/src/.unitize/_DirectInternals.vala
new file mode 100644
index 0000000..86dc65c
--- /dev/null
+++ b/src/.unitize/_DirectInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Direct {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry(); Db.init_entry(); Util.init_entry(); Photos.init_entry(); Slideshow.init_entry(); 
Core.init_entry();
+
+    Direct.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Direct.terminate();
+
+    Unit.terminate_entry(); Db.terminate_entry(); Util.terminate_entry(); Photos.terminate_entry(); 
Slideshow.terminate_entry(); Core.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_Direct_unitize_entry.vala b/src/.unitize/_Direct_unitize_entry.vala
new file mode 100644
index 0000000..4879efb
--- /dev/null
+++ b/src/.unitize/_Direct_unitize_entry.vala
@@ -0,0 +1,19 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Direct {
+
+public void app_init() throws Error {
+    Direct.init_entry();
+}
+
+public void app_terminate() {
+    Direct.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_EditingToolsInternals.vala b/src/.unitize/_EditingToolsInternals.vala
new file mode 100644
index 0000000..7b913f6
--- /dev/null
+++ b/src/.unitize/_EditingToolsInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace EditingTools {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry();
+
+    EditingTools.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    EditingTools.terminate();
+
+    Unit.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_EventsInternals.vala b/src/.unitize/_EventsInternals.vala
new file mode 100644
index 0000000..5d4f419
--- /dev/null
+++ b/src/.unitize/_EventsInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Events {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry(); Sidebar.init_entry();
+
+    Events.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Events.terminate();
+
+    Unit.terminate_entry(); Sidebar.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_FoldersInternals.vala b/src/.unitize/_FoldersInternals.vala
new file mode 100644
index 0000000..49bad90
--- /dev/null
+++ b/src/.unitize/_FoldersInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Folders {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry(); Sidebar.init_entry(); Photos.init_entry();
+
+    Folders.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Folders.terminate();
+
+    Unit.terminate_entry(); Sidebar.terminate_entry(); Photos.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_LibraryInternals.vala b/src/.unitize/_LibraryInternals.vala
new file mode 100644
index 0000000..1baa298
--- /dev/null
+++ b/src/.unitize/_LibraryInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Library {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry(); Util.init_entry(); Threads.init_entry(); Db.init_entry(); Plugins.init_entry(); 
Slideshow.init_entry(); Photos.init_entry(); Publishing.init_entry(); Core.init_entry(); 
Sidebar.init_entry(); Events.init_entry(); Tags.init_entry(); Camera.init_entry(); Searches.init_entry(); 
DataImports.init_entry(); Folders.init_entry();
+
+    Library.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Library.terminate();
+
+    Unit.terminate_entry(); Util.terminate_entry(); Threads.terminate_entry(); Db.terminate_entry(); 
Plugins.terminate_entry(); Slideshow.terminate_entry(); Photos.terminate_entry(); 
Publishing.terminate_entry(); Core.terminate_entry(); Sidebar.terminate_entry(); Events.terminate_entry(); 
Tags.terminate_entry(); Camera.terminate_entry(); Searches.terminate_entry(); DataImports.terminate_entry(); 
Folders.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_Library_unitize_entry.vala b/src/.unitize/_Library_unitize_entry.vala
new file mode 100644
index 0000000..2de3647
--- /dev/null
+++ b/src/.unitize/_Library_unitize_entry.vala
@@ -0,0 +1,19 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Library {
+
+public void app_init() throws Error {
+    Library.init_entry();
+}
+
+public void app_terminate() {
+    Library.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_PhotosInternals.vala b/src/.unitize/_PhotosInternals.vala
new file mode 100644
index 0000000..b5d77b2
--- /dev/null
+++ b/src/.unitize/_PhotosInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Photos {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry();
+
+    Photos.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Photos.terminate();
+
+    Unit.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_PluginsInternals.vala b/src/.unitize/_PluginsInternals.vala
new file mode 100644
index 0000000..97ffc2c
--- /dev/null
+++ b/src/.unitize/_PluginsInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Plugins {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry(); Util.init_entry();
+
+    Plugins.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Plugins.terminate();
+
+    Unit.terminate_entry(); Util.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_PublishingInternals.vala b/src/.unitize/_PublishingInternals.vala
new file mode 100644
index 0000000..1b39d37
--- /dev/null
+++ b/src/.unitize/_PublishingInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Publishing {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry(); Plugins.init_entry();
+
+    Publishing.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Publishing.terminate();
+
+    Unit.terminate_entry(); Plugins.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_SearchesInternals.vala b/src/.unitize/_SearchesInternals.vala
new file mode 100644
index 0000000..effb551
--- /dev/null
+++ b/src/.unitize/_SearchesInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Searches {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry();
+
+    Searches.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Searches.terminate();
+
+    Unit.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_SidebarInternals.vala b/src/.unitize/_SidebarInternals.vala
new file mode 100644
index 0000000..0940c43
--- /dev/null
+++ b/src/.unitize/_SidebarInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Sidebar {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry();
+
+    Sidebar.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Sidebar.terminate();
+
+    Unit.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_SlideshowInternals.vala b/src/.unitize/_SlideshowInternals.vala
new file mode 100644
index 0000000..d6de981
--- /dev/null
+++ b/src/.unitize/_SlideshowInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Slideshow {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry(); Plugins.init_entry();
+
+    Slideshow.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Slideshow.terminate();
+
+    Unit.terminate_entry(); Plugins.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_TagsInternals.vala b/src/.unitize/_TagsInternals.vala
new file mode 100644
index 0000000..84df7ab
--- /dev/null
+++ b/src/.unitize/_TagsInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Tags {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry(); Sidebar.init_entry();
+
+    Tags.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Tags.terminate();
+
+    Unit.terminate_entry(); Sidebar.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_ThreadsInternals.vala b/src/.unitize/_ThreadsInternals.vala
new file mode 100644
index 0000000..fddac3d
--- /dev/null
+++ b/src/.unitize/_ThreadsInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Threads {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry();
+
+    Threads.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Threads.terminate();
+
+    Unit.terminate_entry();
+}
+
+}
diff --git a/src/.unitize/_UnitInternals.vala b/src/.unitize/_UnitInternals.vala
new file mode 100644
index 0000000..01cd908
--- /dev/null
+++ b/src/.unitize/_UnitInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Unit {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+
+
+    Unit.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Unit.terminate();
+
+
+}
+
+}
diff --git a/src/.unitize/_UtilInternals.vala b/src/.unitize/_UtilInternals.vala
new file mode 100644
index 0000000..25b1ccb
--- /dev/null
+++ b/src/.unitize/_UtilInternals.vala
@@ -0,0 +1,31 @@
+/* Copyright 2016 Software Freedom Conservancy Inc.
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ *
+ * Auto-generated file.  Do not modify!
+ */
+
+namespace Util {
+
+private int _unit_init_count = 0;
+
+public void init_entry() throws Error {
+    if (_unit_init_count++ != 0)
+        return;
+
+    Unit.init_entry();
+
+    Util.init();
+}
+
+public void terminate_entry() {
+    if (_unit_init_count == 0 || --_unit_init_count != 0)
+        return;
+
+    Util.terminate();
+
+    Unit.terminate_entry();
+}
+
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]