diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-02-26 05:17:22 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-02-26 05:17:22 +0000 |
commit | b7d61b23050e19390e62096105cc4daa0b6159a4 (patch) | |
tree | 117fc0d298b1dd2f329f95db4fd07f9303467e8c /ace/Svc_Conf.h | |
parent | cbc358a15e57c22074d835fbff013ea7ba8af310 (diff) | |
download | ATCD-b7d61b23050e19390e62096105cc4daa0b6159a4.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Svc_Conf.h')
-rw-r--r-- | ace/Svc_Conf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Svc_Conf.h b/ace/Svc_Conf.h index e1c71659225..f9fb133e73d 100644 --- a/ace/Svc_Conf.h +++ b/ace/Svc_Conf.h @@ -1,7 +1,6 @@ /* -*- C++ -*- */ // $Id$ - // ============================================================================ // // = LIBRARY @@ -64,7 +63,7 @@ extern int ace_yyleng; extern ACE_Obstack *ace_obstack; // Efficient memory allocation technique -ACE_Service_Type_Impl *ace_create_service_type (const char *, int, const void *, unsigned int); +ACE_Service_Type_Impl *ace_create_service_type (const char *, int, void *, unsigned int); // Factory that creates a new ACE_Service_Type_Impl. typedef union |