summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.h
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.h
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.h')
-rw-r--r--TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.h b/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.h
index dd1d000722d..1f5e672eaed 100644
--- a/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.h
+++ b/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.h
@@ -27,14 +27,6 @@
#pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-//////////////////////////////////
-// Classes declared in this header
-namespace TAO
-{
- class FT_FaultNotifier_i;
-}
-
-
#include <orbsvcs/FT_NotifierS.h>
#include <orbsvcs/FT_ReplicationManagerC.h>
#include <orbsvcs/Notify/Notify_EventChannelFactory_i.h>
@@ -43,6 +35,7 @@ namespace TAO
/////////////////////
// Forward references
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
class FT_FaultNotifier_i : public virtual POA_FT::FaultNotifier
@@ -272,6 +265,8 @@ namespace TAO
};
} // namespace TAO
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_FT_NOTIFIER_I_H_ */