summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-12 03:37:51 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-12 03:37:51 +0000
commitfb59ede8031fb55739160a0753d2a4cd2d6546af (patch)
treeb7abff4feff6894c93ec2ec491fcc93a0df9199c /ace/Service_Config.h
parentbf52076b82447057f33cd5ca6fc7ab8fd955c9c1 (diff)
downloadATCD-fb59ede8031fb55739160a0753d2a4cd2d6546af.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 9f6a1a7acb6..f1adbcccd64 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -24,7 +24,7 @@
// Forward decl.
class ACE_Service_Repository;
-class ACE_Service_Record;
+class ACE_Service_Type;
class ACE_Allocator;
class ACE_Reactor;
class ACE_Proactor;
@@ -283,7 +283,7 @@ public:
// = Member functions used by various other parts
// of the Service Configurator class category.
- static int initialize (const ACE_Service_Record *, char parameters[]);
+ static int initialize (const ACE_Service_Type *, char parameters[]);
// Dynamically link the shared object file and retrieve
// a pointer to the designated shared object in this file.