diff options
Diffstat (limited to 'dep/acelite/ace/Encoding_Converter.cpp')
-rw-r--r-- | dep/acelite/ace/Encoding_Converter.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dep/acelite/ace/Encoding_Converter.cpp b/dep/acelite/ace/Encoding_Converter.cpp new file mode 100644 index 00000000000..b5fd2b35402 --- /dev/null +++ b/dep/acelite/ace/Encoding_Converter.cpp @@ -0,0 +1,12 @@ +// $Id: Encoding_Converter.cpp 80826 2008-03-04 14:51:23Z wotte $ +#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 */ |