diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-03-04 10:53:00 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-03-04 10:53:00 +0100 |
commit | 1e0c30421900f52991720b0da2a5901bb15449e1 (patch) | |
tree | 7d1ebe5d2b77279f2544fd7cafffe438d327f077 /ACE/protocols | |
parent | 9f630793aa00a8162d9809217bbaff8b5ff2622e (diff) | |
download | ATCD-1e0c30421900f52991720b0da2a5901bb15449e1.tar.gz |
Updated links
* ACE/ACE-INSTALL.html:
* ACE/bin/cleanbuilds.sh:
* ACE/bin/diff-builds.pl:
* ACE/docs/bczar/bczar.html:
* ACE/etc/index.html:
* ACE/html/Stats/img.html:
* ACE/protocols/tests/INet/MT_Get/Main.cpp:
Diffstat (limited to 'ACE/protocols')
-rw-r--r-- | ACE/protocols/tests/INet/MT_Get/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/protocols/tests/INet/MT_Get/Main.cpp b/ACE/protocols/tests/INet/MT_Get/Main.cpp index fff6ebb2ce0..774125b6e4e 100644 --- a/ACE/protocols/tests/INet/MT_Get/Main.cpp +++ b/ACE/protocols/tests/INet/MT_Get/Main.cpp @@ -60,7 +60,7 @@ int Get_Task::svc () ACE_DEBUG ((LM_INFO, ACE_TEXT ("(%P|%t) task started\n"))); ACE::HTTP::URL http_url; - if (http_url.parse ("http://www.theaceorb.nl")) + if (http_url.parse ("http://www.remedy.nl")) { ACE::HTTP::ClientRequestHandler rh; ACE::INet::URLStream urlin = http_url.open (rh); |