From fb59ede8031fb55739160a0753d2a4cd2d6546af Mon Sep 17 00:00:00 2001 From: schmidt Date: Fri, 12 Sep 1997 03:37:51 +0000 Subject: *** empty log message *** --- ace/Svc_Conf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ace/Svc_Conf.h') diff --git a/ace/Svc_Conf.h b/ace/Svc_Conf.h index 50e12df8d44..e1c71659225 100644 --- a/ace/Svc_Conf.h +++ b/ace/Svc_Conf.h @@ -64,8 +64,8 @@ extern int ace_yyleng; extern ACE_Obstack *ace_obstack; // Efficient memory allocation technique -ACE_Service_Type *ace_create_service_type (const char *, int, const void *, unsigned int); -// Factory that creates a new ACE_Service_Type. +ACE_Service_Type_Impl *ace_create_service_type (const char *, int, const void *, unsigned int); +// Factory that creates a new ACE_Service_Type_Impl. typedef union { @@ -73,7 +73,7 @@ typedef union ACE_Location_Node *location_node_; ACE_Parse_Node *parse_node_; ACE_Static_Node *static_node_; - ACE_Service_Record *svc_record_; + ACE_Service_Type *svc_record_; char *ident_; } YYSTYPE; extern YYSTYPE ace_yylval; -- cgit v1.2.1