summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf.y
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-02-26 05:00:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-02-26 05:00:25 +0000
commitcbc358a15e57c22074d835fbff013ea7ba8af310 (patch)
tree3af090089cf90a173f21f659a63609209ef632bc /ace/Svc_Conf.y
parent02d45f3e99a70faac57579d012d60e43b87c8279 (diff)
downloadATCD-cbc358a15e57c22074d835fbff013ea7ba8af310.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Svc_Conf.y')
-rw-r--r--ace/Svc_Conf.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Svc_Conf.y b/ace/Svc_Conf.y
index 6182943b096..b198b703f6b 100644
--- a/ace/Svc_Conf.y
+++ b/ace/Svc_Conf.y
@@ -196,7 +196,7 @@ svc_location
u_int flags
= ACE_Service_Type::DELETE_THIS
| ($3->dispose () == 0 ? 0 : ACE_Service_Type::DELETE_OBJ);
- const void *sym = $3->symbol ();
+ void *sym = $3->symbol ();
if (sym != 0)
{
@@ -335,7 +335,7 @@ get_module (ACE_Static_Node *str_rec, ACE_Static_Node *svc_type)
ACE_Service_Type_Impl *
ace_create_service_type (const char *name,
int type,
- const void *symbol,
+ void *symbol,
u_int flags)
{
ACE_Service_Type_Impl *stp = 0;