diff options
author | Olli Savia <ops@iki.fi> | 2006-07-13 10:43:30 +0000 |
---|---|---|
committer | Olli Savia <ops@iki.fi> | 2006-07-13 10:43:30 +0000 |
commit | b4f8e4c676f7a8d4df5fe4f6996d4777a3de03f6 (patch) | |
tree | 5354119208521f7812c0860a83b5c8463f9dc0b2 /apps | |
parent | c380c9c154df0abd0c6000cef17bc21486c1fbed (diff) | |
download | ATCD-b4f8e4c676f7a8d4df5fe4f6996d4777a3de03f6.tar.gz |
ChangeLogTag: Thu Jul 13 10:35:39 UTC 2006 Olli Savia <ops@iki.fi>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/JAWS2/HTTPU/parse_http_request.cpp | 2 | ||||
-rw-r--r-- | apps/JAWS2/HTTPU/parse_http_response.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/JAWS2/HTTPU/parse_http_request.cpp b/apps/JAWS2/HTTPU/parse_http_request.cpp index 6d897ff2dac..07146a095ac 100644 --- a/apps/JAWS2/HTTPU/parse_http_request.cpp +++ b/apps/JAWS2/HTTPU/parse_http_request.cpp @@ -113,4 +113,4 @@ Parse_HTTP_Request::init (const char *request) #if !defined (ACE_HAS_INLINED_OSCALLS) # include "HTTPU/parse_http_request.i" -#endif /* ACE_HAS_INLINED_OS_CALLS */ +#endif /* ACE_HAS_INLINED_OSCALLS */ diff --git a/apps/JAWS2/HTTPU/parse_http_response.cpp b/apps/JAWS2/HTTPU/parse_http_response.cpp index f3a195d1935..ce7530bf694 100644 --- a/apps/JAWS2/HTTPU/parse_http_response.cpp +++ b/apps/JAWS2/HTTPU/parse_http_response.cpp @@ -71,4 +71,4 @@ Parse_HTTP_Response::init (const char *response) #if !defined (ACE_HAS_INLINED_OSCALLS) # include "HTTPU/parse_http_response.i" -#endif /* ACE_HAS_INLINED_OS_CALLS */ +#endif /* ACE_HAS_INLINED_OSCALLS */ |