summaryrefslogtreecommitdiff
path: root/indra/llcorehttp
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2012-04-26 11:35:07 -0400
committerMonty Brandenberg <monty@lindenlab.com>2012-04-26 11:35:07 -0400
commit438a6431e418eac5a3a4e00f7adfe379994869d7 (patch)
treed8182def4e51da3ef8473c26220da047012710a7 /indra/llcorehttp
parenta54e9c379550f7901404990ea7fddb99c0188048 (diff)
Bring llcorehttp into the compile and link phases. Windows looks okay though it's a dead library so far.
Diffstat (limited to 'indra/llcorehttp')
-rw-r--r--indra/llcorehttp/httpcommon.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/indra/llcorehttp/httpcommon.h b/indra/llcorehttp/httpcommon.h
index 617286fb38..cd7c09f097 100644
--- a/indra/llcorehttp/httpcommon.h
+++ b/indra/llcorehttp/httpcommon.h
@@ -44,13 +44,13 @@
/// - Minimal data sharing across threads for correctness and low latency.
///
/// The public interface is declared in a few key header files:
-/// - <core-http/bufferarray.h>
-/// - <core-http/httpcommon.h>
-/// - <core-http/httphandler.h>
-/// - <core-http/httpheaders.h>
-/// - <core-http/httpoptions.h>
-/// - <core-http/httprequest.h>
-/// - <core-http/httpresponse.h>
+/// - "llcorehttp/bufferarray.h"
+/// - "llcorehttp/httpcommon.h"
+/// - "llcorehttp/httphandler.h"
+/// - "llcorehttp/httpheaders.h"
+/// - "llcorehttp/httpoptions.h"
+/// - "llcorehttp/httprequest.h"
+/// - "llcorehttp/httpresponse.h"
///
/// The library is still under early development and particular users
/// may need access to internal implementation details that are found