summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_tmplinst.cpp
blob: 9d0a424aad03ddaccd3677ead027b2ec230aee54 (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

#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 */