summaryrefslogtreecommitdiff
path: root/ace/Object_Manager.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-04 19:51:18 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-04 19:51:18 +0000
commita3ece2cac663b196ad60ce6ffcf186b1c68290fc (patch)
treea88c213d09a4365a476aad4b6f574ee63675cf5c /ace/Object_Manager.h
parentf862ae8e2b3b8920747e0d9fc7840d63dcfdf9e3 (diff)
downloadATCD-a3ece2cac663b196ad60ce6ffcf186b1c68290fc.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Object_Manager.h')
-rw-r--r--ace/Object_Manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Object_Manager.h b/ace/Object_Manager.h
index 61c92fb1a14..071fd799ac7 100644
--- a/ace/Object_Manager.h
+++ b/ace/Object_Manager.h
@@ -229,7 +229,7 @@ public:
// ace/Managed_Object.h for information on accessing preallocated
// arrays.
- static int starting_up ();
+ static int starting_up (void);
// Returns 1 before ACE_Object_Manager has been constructed. This
// flag can be used to determine if the program is constructing
// static objects. If no static object spawns any threads, the
@@ -238,7 +238,7 @@ public:
// this flag returns 0, if ACE_HAS_NONSTATIC_OBJECT_MANAGER is not
// defined.)
- static int shutting_down ();
+ static int shutting_down (void);
// Returns 1 after ACE_Object_Manager has been destroyed. This flag
// can be used to determine if the program is in the midst of
// destroying static objects. (Note that the program might destroy