summaryrefslogtreecommitdiff
path: root/examples/Web_Crawler/Options.cpp
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-23 04:43:59 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-23 04:43:59 +0000
commitf40cc79fed36173f3588f26d7bec8ee7705dc153 (patch)
tree61d38d262d43ac77fc2ad94c9e7e850cd5607622 /examples/Web_Crawler/Options.cpp
parent2afe8d4640d7b30bfe959c16212ea87df8e6ec7c (diff)
downloadATCD-f40cc79fed36173f3588f26d7bec8ee7705dc153.tar.gz
ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'examples/Web_Crawler/Options.cpp')
-rw-r--r--examples/Web_Crawler/Options.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/Web_Crawler/Options.cpp b/examples/Web_Crawler/Options.cpp
index 14d862dd5c4..89b8e90e5bc 100644
--- a/examples/Web_Crawler/Options.cpp
+++ b/examples/Web_Crawler/Options.cpp
@@ -9,7 +9,7 @@ ACE_RCSID(Web_Crawler, Options, "$Id$")
int
Options::parse_args (int argc, char *argv[])
{
- ACE_Get_Opt getopt (argc, argv, ASYS_TEXT ("df:h:i:l:rt:u:vo:p:"));
+ ACE_Get_Opt getopt (argc, argv, ACE_TEXT ("df:h:i:l:rt:u:vo:p:"));
ACE_LOG_MSG->open (argv[0]);
@@ -121,24 +121,24 @@ Options::verbose (void) const
return this->verbose_;
}
-LPCTSTR
+const ACE_TCHAR *
Options::order (void) const
{
return this->order_;
}
-LPCTSTR
+const ACE_TCHAR *
Options::hostname (void) const
{
return this->hostname_;
}
-LPCTSTR
+const ACE_TCHAR *
Options::path_name (void) const
{
return this->uri_;
}
-LPCTSTR
+const ACE_TCHAR *
Options::url_filter (void) const
{
return this->url_filter_;