diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-25 05:03:43 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-25 05:03:43 +0000 |
commit | 49253359ee850e5c9ca32e57dfebb552306474c4 (patch) | |
tree | d1d36eeb49b9d0525b8b5d82bd725242957847ac /TAO/tao/default_resource.h | |
parent | 9c01f79718153646ee500f8c9eeeb5cbc2272b87 (diff) | |
download | ATCD-49253359ee850e5c9ca32e57dfebb552306474c4.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.h | 6 |
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_; |