Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / ace / Encoding_Converter.cpp
blob9c6e71ee5f625a4c60ecb41ac3fe9a5a21b1dbcb
1 #include "ace/Encoding_Converter.h"
3 #if defined (ACE_USES_WCHAR)
4 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
6 ACE_Encoding_Converter::~ACE_Encoding_Converter ()
10 ACE_END_VERSIONED_NAMESPACE_DECL
11 #endif /* ACE_USES_WCHAR */