summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-29 14:45:53 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-29 14:45:53 +0000
commitcc6d5b918834cff2a1b2f27b990f2ee604ec15e6 (patch)
treec9062eac525e367a62e17bd0a19c4003a275bc23 /TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp
parent4a96b1194d1be0026197a9b4087a943caec3fdd1 (diff)
downloadATCD-cc6d5b918834cff2a1b2f27b990f2ee604ec15e6.tar.gz
ChangeLogTag:Tue Nov 29 06:44:35 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp')
-rw-r--r--TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp b/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp
index df80f8f8574..e120b9a2cc7 100644
--- a/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp
+++ b/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp
@@ -49,6 +49,8 @@
return /* value goes here */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Implementation skeleton constructor
TAO::FT_FaultNotifier_i::FT_FaultNotifier_i ()
: orb_ (0)
@@ -768,3 +770,5 @@ TAO::FT_FaultNotifier_i::ProxyInfo::ProxyInfo (const ProxyInfo & rhs)
, proxyVar_ (rhs.proxyVar_)
{
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL