summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TAO_Internal.h')
-rw-r--r--TAO/tao/TAO_Internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/TAO_Internal.h b/TAO/tao/TAO_Internal.h
index 41e2a5d6d15..7310a39fef1 100644
--- a/TAO/tao/TAO_Internal.h
+++ b/TAO/tao/TAO_Internal.h
@@ -61,9 +61,9 @@ private:
// <open_services>, and decremented by <close_services>. Access to
// this is protected via the <ACE_Static_Object_Lock>.
- static const char *resource_factory_args_;
- static const char *server_strategy_args_;
- static const char *client_strategy_args_;
+ static char *resource_factory_args_;
+ static char *server_strategy_args_;
+ static char *client_strategy_args_;
};
#endif /* TAO_INTERNAL_H */