diff options
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r-- | ace/Service_Config.h | 4 |
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. |