summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_tmplinst.cpp
blob: a5d051bd39387483518e079975246ea8c9f79774 (plain)
1
2
3
4
5
6
7
8
9
#include "be_visitor_typecode/typecode_defn.h"
#include "ast_interface.h"
#include "ace/Singleton.h"
#include "ace/Synch.h"
#include "ace/Unbounded_Queue.h"

#if defined (ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION)
template class ACE_Singleton<TAO_CodeGen, ACE_SYNCH_RECURSIVE_MUTEX>;
#endif /* ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION */