summaryrefslogtreecommitdiff
path: root/ACE/ace/Codecs.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-11-30 19:41:19 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-11-30 19:41:19 +0100
commit4b6b4778025df3fae1617cff8bed5ed2933339d7 (patch)
treed3b01c3590b3df300d9bd980a66e7715b174a57d /ACE/ace/Codecs.h
parentcec147c4573f9ad41e4840d6e53e4980a93bff67 (diff)
downloadATCD-4b6b4778025df3fae1617cff8bed5ed2933339d7.tar.gz
Doxygen changes and some typos
* ACE/ace/CDR_Size.h: * ACE/ace/CDR_Stream.h: * ACE/ace/Codecs.h: * ACE/tests/Upgradable_RW_Test.cpp: * TAO/DevGuideExamples/PortableInterceptors/Auth/ClientInitializer.cpp: * TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl: * TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp: * TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp: * TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp: * TAO/tests/POA/Generic_Servant/client.cpp: * TAO/tests/POA/TIE/client.cpp:
Diffstat (limited to 'ACE/ace/Codecs.h')
-rw-r--r--ACE/ace/Codecs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/Codecs.h b/ACE/ace/Codecs.h
index 1f0ee3a9a89..f8d68639753 100644
--- a/ACE/ace/Codecs.h
+++ b/ACE/ace/Codecs.h
@@ -55,7 +55,6 @@ public:
* @return Encoded Base64 data in byte stream or NULL if input data cannot
* be encoded.
*/
-
static ACE_Byte* encode (const ACE_Byte* input,
const size_t input_len,
size_t* output_len,