summaryrefslogtreecommitdiff
path: root/TAO/tao/default_resource.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-25 05:03:43 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-25 05:03:43 +0000
commit8aac60492ba5b741d460a5eca2a707e605f71147 (patch)
treed1d36eeb49b9d0525b8b5d82bd725242957847ac /TAO/tao/default_resource.h
parent9d2ca5ae0acbfc3c44936859f1f67ace2b03ccab (diff)
downloadATCD-8aac60492ba5b741d460a5eca2a707e605f71147.tar.gz
ChangeLogTag: Tue Oct 24 23:40:33 2000 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/default_resource.h')
-rw-r--r--TAO/tao/default_resource.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/default_resource.h b/TAO/tao/default_resource.h
index a398a63dab3..33dd502aa3d 100644
--- a/TAO/tao/default_resource.h
+++ b/TAO/tao/default_resource.h
@@ -56,7 +56,7 @@ public:
int parse_args (int argc, char* argv[]);
// Parse svc.conf arguments
- int get_parser_names (const char **&names,
+ int get_parser_names (char **&names,
int &number_of_names);
// = Member Accessors
enum
@@ -116,7 +116,7 @@ public:
protected:
virtual ACE_Reactor_Impl *allocate_reactor_impl (void) const;
// Obtain the reactor implementation
-
+
int add_to_ior_parser_names (const char *);
// Add a Parser name to the list of Parser names.
@@ -140,7 +140,7 @@ protected:
int parser_names_count_;
// The number of the different types of Parsers.
- const char **parser_names_;
+ char **parser_names_;
// Array consisting of the names of the parsers
int index_;