diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-17 00:01:25 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-17 00:01:25 +0000 |
commit | a0999ed15e536f63a4b5da52f0b1f2b3f4f37026 (patch) | |
tree | ca98e6f1324526c50ca59b44f1fd77ef2f012d1d /ace/Service_Config.i | |
parent | 36ba28ac6cfc18b27f3232ad04486a98793c2bcb (diff) | |
download | ATCD-TAO-0_1_3.tar.gz |
This commit was manufactured by cvs2svn to create tag 'TAO-0_1_3'.TAO-0_1_3
Diffstat (limited to 'ace/Service_Config.i')
-rw-r--r-- | ace/Service_Config.i | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/ace/Service_Config.i b/ace/Service_Config.i deleted file mode 100644 index 9bc8180373e..00000000000 --- a/ace/Service_Config.i +++ /dev/null @@ -1,31 +0,0 @@ -/* -*- C++ -*- */ -// $Id$ - -// Service_Config.i - -// This is the primary entry point into the ACE_Service_Config (the -// constructor just handles simple initializations). - -ACE_INLINE int -ACE_Service_Config::open (int argc, - char *argv[], - LPCTSTR logger_key) -{ - ACE_TRACE ("ACE_Service_Config::open"); - ACE_Service_Config::parse_args (argc, argv); - return ACE_Service_Config::open (argv[0], logger_key); -} - -// Compare two service descriptors for equality. - -ACE_INLINE int -ACE_Static_Svc_Descriptor::operator== (struct ACE_Static_Svc_Descriptor &d) const -{ - return ACE_OS::strcmp (name_, d.name_) == 0; -} - -ACE_INLINE void -ACE_Service_Config::signal_handler (ACE_Sig_Adapter *signal_handler) -{ - signal_handler_ = signal_handler; -} |