summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FT_App/StubFaultAnalyzer.cpp
diff options
context:
space:
mode:
authorwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-13 00:15:42 +0000
committerwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-13 00:15:42 +0000
commitd16adf3f5695fcecfeb450781628819707b3266a (patch)
tree49e5f6469e871c1394b00144fff93be3ca7d6eb0 /TAO/orbsvcs/tests/FT_App/StubFaultAnalyzer.cpp
parent48c0c50e9ab8d79996518ad37108a71d834d635f (diff)
downloadATCD-d16adf3f5695fcecfeb450781628819707b3266a.tar.gz
ChangeLogTag: Wed Nov 12 18:13:35 2003 Dale Wilson <wilson_d@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/FT_App/StubFaultAnalyzer.cpp')
-rw-r--r--TAO/orbsvcs/tests/FT_App/StubFaultAnalyzer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/FT_App/StubFaultAnalyzer.cpp b/TAO/orbsvcs/tests/FT_App/StubFaultAnalyzer.cpp
index a47cb6a7f25..300ca63e8c8 100644
--- a/TAO/orbsvcs/tests/FT_App/StubFaultAnalyzer.cpp
+++ b/TAO/orbsvcs/tests/FT_App/StubFaultAnalyzer.cpp
@@ -266,8 +266,8 @@ int StubFaultAnalyzer::idle(int & result)
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
- template instantiate ACE_Vector < const char * >;
- template ACE_Vector < FT::PullMonitorable_var > ;
+ template class ACE_Vector < const char * >;
+ template class ACE_Vector < FT::PullMonitorable_var > ;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
# pragma instantiate ACE_Vector < const char * >
# pragma instantiate ACE_Vector < FT::PullMonitorable_var >