summaryrefslogtreecommitdiff
path: root/ACE/ace/Codecs.h
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-12-20 20:02:44 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-12-20 20:02:44 +0000
commitfad739ce93c695da369741f6d2c396bb46747519 (patch)
treee2aef9410c8011f7dbf418beaa90e5138ad53460 /ACE/ace/Codecs.h
parent1fbd445dff6025fff1ca9be4124220d2331003cc (diff)
downloadATCD-fad739ce93c695da369741f6d2c396bb46747519.tar.gz
ChangeLogTag: Thu Dec 20 20:01:07 UTC 2007 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ACE/ace/Codecs.h')
-rw-r--r--ACE/ace/Codecs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Codecs.h b/ACE/ace/Codecs.h
index f4bbf8c92bd..85447b75e06 100644
--- a/ACE/ace/Codecs.h
+++ b/ACE/ace/Codecs.h
@@ -63,7 +63,7 @@ public:
static ACE_Byte* encode (const ACE_Byte* input,
const size_t input_len,
size_t* output_len,
- bool is_chunked = true);
+ bool is_chunked = true);
/**
* Decodes a stream of Base64 to bytes data
*