repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert to Current Include Style
[ACE_TAO.git]
/
ACE
/
ace
/
Encoding_Converter.cpp
blob
29a3a1d18f96bb5fd179a1b158029bc2b5f5250f
1
#include
"ace/Encoding_Converter.h"
2
3
#if defined (ACE_USES_WCHAR)
4
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
5
6
ACE_Encoding_Converter
::~
ACE_Encoding_Converter
(
void
)
7
{
8
}
9
10
ACE_END_VERSIONED_NAMESPACE_DECL
11
#endif
/* ACE_USES_WCHAR */