diff options
Diffstat (limited to 'ACE/ace/Encoding_Converter.cpp')
-rw-r--r-- | ACE/ace/Encoding_Converter.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/ace/Encoding_Converter.cpp b/ACE/ace/Encoding_Converter.cpp new file mode 100644 index 00000000000..60e561ea534 --- /dev/null +++ b/ACE/ace/Encoding_Converter.cpp @@ -0,0 +1,12 @@ +// $Id$ +#include "ace/Encoding_Converter.h" + +#if defined (ACE_USES_WCHAR) +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + +ACE_Encoding_Converter::~ACE_Encoding_Converter (void) +{ +} + +ACE_END_VERSIONED_NAMESPACE_DECL +#endif /* ACE_USES_WCHAR */ |