summaryrefslogtreecommitdiff
path: root/TAO/tao/Protocol_Factory.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-05-30 18:52:17 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-05-30 18:52:17 +0000
commit2d686f81b92aa10d12b1063e6412c29d71477969 (patch)
tree4439cac7e0f91d0f439983d5061890c2f065f165 /TAO/tao/Protocol_Factory.cpp
parenta72669377eb5b9240fd203723c29a69bf120aa72 (diff)
downloadATCD-2d686f81b92aa10d12b1063e6412c29d71477969.tar.gz
Removed semi-colons at end of pragma template instantiations.
Diffstat (limited to 'TAO/tao/Protocol_Factory.cpp')
-rw-r--r--TAO/tao/Protocol_Factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Protocol_Factory.cpp b/TAO/tao/Protocol_Factory.cpp
index f66ed785698..c83af27f658 100644
--- a/TAO/tao/Protocol_Factory.cpp
+++ b/TAO/tao/Protocol_Factory.cpp
@@ -43,6 +43,6 @@ template class ACE_Dynamic_Service<TAO_Protocol_Factory>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate ACE_Dynamic_Service<TAO_Protocol_Factory>;
+#pragma instantiate ACE_Dynamic_Service<TAO_Protocol_Factory>
#endif