summaryrefslogtreecommitdiff
path: root/ACE/apps
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-08 18:25:49 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-08 18:25:49 +0100
commit813d80ca6f4949f4c831433166c058f4c7bbb975 (patch)
tree695b05ffcdc974af974b5898a618209917a40e1c /ACE/apps
parentd4826febefb4892bbcae55bd312f9ddfd3a62a4a (diff)
downloadATCD-813d80ca6f4949f4c831433166c058f4c7bbb975.tar.gz
Layout changes
* ACE/ASNMP/tests/test_config.h: * ACE/Kokyu/Kokyu_defs.inl: * ACE/ace/ATM_Params.h: * ACE/apps/JAWS2/HTTPU/http_headers.h: * TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp: * TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp: * TAO/tao/Codeset/Codeset_Manager_i.h: * TAO/tao/Codeset/Codeset_Translator_Factory.h: * TAO/tao/Codeset_Manager.h: * TAO/tests/Portable_Interceptors/AdvSlotDblCpy/client.cpp: * TAO/tests/Portable_Interceptors/AdvSlotDblCpy/server.cpp:
Diffstat (limited to 'ACE/apps')
-rw-r--r--ACE/apps/JAWS2/HTTPU/http_headers.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/ACE/apps/JAWS2/HTTPU/http_headers.h b/ACE/apps/JAWS2/HTTPU/http_headers.h
index 839df6d7ff5..798f1c502b7 100644
--- a/ACE/apps/JAWS2/HTTPU/http_headers.h
+++ b/ACE/apps/JAWS2/HTTPU/http_headers.h
@@ -144,17 +144,16 @@ protected:
class HTTPU_Export HTTP_Headers : public JAWS_Header_Info, public HTTP_HCodes
{
public:
- const char *header( int name ) const;
- const char *value( int name );
- const char *value_next( int name );
- void value_reset ( void );
+ const char *header(int name) const;
+ const char *value(int name);
+ const char *value_next(int name);
+ void value_reset ();
public:
HTTP_Headers (void);
const char *header_token (int name) const;
const char *header_strings (int name) const;
-
};