diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-06 22:18:00 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-06 22:18:00 +0000 |
commit | a8cc335d7a2d440994112d04334b500de077fb9c (patch) | |
tree | fc4291205b868798977f9005a82c04b183c1a215 /ace/Service_Config.i | |
parent | 9f2f46704e517aae73398c1262b0e83bc4523a7d (diff) | |
download | ATCD-a8cc335d7a2d440994112d04334b500de077fb9c.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Service_Config.i')
-rw-r--r-- | ace/Service_Config.i | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ace/Service_Config.i b/ace/Service_Config.i index 2940c580a4c..f14659e6d92 100644 --- a/ace/Service_Config.i +++ b/ace/Service_Config.i @@ -3,15 +3,6 @@ // Service_Config.i -// Become a daemon (i.e., run as a "background" process). - -ACE_INLINE int -ACE_Service_Config::start_daemon (void) -{ - ACE_TRACE ("ACE_Service_Config::start_daemon"); - return ACE::daemonize (); -} - // This is the primary entry point into the ACE_Service_Config (the // constructor just handles simple initializations). |