diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-06-19 15:24:42 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-06-19 15:24:42 +0000 |
commit | 2e51dd279352c3b7fd620aeaad4eadc1b13610f0 (patch) | |
tree | 805e85135952b1af621faa59d1d82cccbca66fc0 /TAO/orbsvcs | |
parent | 5597bbbbf12a1f4445c18987a0c7458aef9d5f64 (diff) | |
download | ATCD-2e51dd279352c3b7fd620aeaad4eadc1b13610f0.tar.gz |
ChangeLogTag: Thu Jun 19 15:23:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r-- | TAO/orbsvcs/orbsvcs/Event/ECG_Adapters.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/ECG_Adapters.cpp b/TAO/orbsvcs/orbsvcs/Event/ECG_Adapters.cpp index 923e95650b1..bfe60b4aa57 100644 --- a/TAO/orbsvcs/orbsvcs/Event/ECG_Adapters.cpp +++ b/TAO/orbsvcs/orbsvcs/Event/ECG_Adapters.cpp @@ -7,3 +7,10 @@ ACE_RCSID(Event, ECG_Adapters, "$Id$") TAO_ECG_Handler_Shutdown::~TAO_ECG_Handler_Shutdown (void) { } + +#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) +template class ACE_Refcounted_Auto_Ptr<TAO_ECG_Handler_Shutdown, ACE_Null_Mutex>; +#elif defined(ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) +#pragma instantiate ACE_Refcounted_Auto_Ptr<TAO_ECG_Handler_Shutdown, ACE_Null_Mutex> +#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ + |