summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Fault_Detector
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
commitd3955ce5d2f2cb66a19de9ebe939271cba2aedcf (patch)
treec9062eac525e367a62e17bd0a19c4003a275bc23 /TAO/orbsvcs/Fault_Detector
parent839c2ffbd764667dcb8c9d361564784a34b67006 (diff)
downloadATCD-d3955ce5d2f2cb66a19de9ebe939271cba2aedcf.tar.gz
ChangeLogTag:Tue Nov 29 06:44:35 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/Fault_Detector')
-rw-r--r--TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp3
-rw-r--r--TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h12
-rw-r--r--TAO/orbsvcs/Fault_Detector/Fault_Detector_i.cpp3
-rw-r--r--TAO/orbsvcs/Fault_Detector/Fault_Detector_i.h12
4 files changed, 16 insertions, 14 deletions
diff --git a/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp b/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp
index 7e8b4f8c457..95326565432 100644
--- a/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp
+++ b/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp
@@ -42,6 +42,8 @@
return /* value goes here */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
//////////////////////////////////////////////////////
// FT_FaultDetectorFactory_i Construction/destruction
@@ -708,3 +710,4 @@ CORBA::Boolean TAO::FT_FaultDetectorFactory_i::is_alive (ACE_ENV_SINGLE_ARG_DECL
1;
}
+TAO_END_VERSIONED_NAMESPACE_DECL
diff --git a/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h b/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h
index 7333ffb7a87..a28eebffe56 100644
--- a/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h
+++ b/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h
@@ -23,13 +23,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-//////////////////////////////////
-// Classes declared in this header
-namespace TAO
-{
- class FT_FaultDetectorFactory_i;
-}
-
/////////////////////////////////
// Includes needed by this header
#include <ace/Vector_T.h>
@@ -37,6 +30,9 @@ namespace TAO
#include <orbsvcs/FT_ReplicationManagerC.h>
#include <ace/Thread_Manager.h>
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/////////////////////
// Forward references
@@ -344,5 +340,7 @@ namespace TAO
};
} // namespace TAO
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* FT_FAULTDETECTORFACTORY_I_H_ */
diff --git a/TAO/orbsvcs/Fault_Detector/Fault_Detector_i.cpp b/TAO/orbsvcs/Fault_Detector/Fault_Detector_i.cpp
index bba77092823..51b7b9cc432 100644
--- a/TAO/orbsvcs/Fault_Detector/Fault_Detector_i.cpp
+++ b/TAO/orbsvcs/Fault_Detector/Fault_Detector_i.cpp
@@ -15,6 +15,8 @@
#include "FT_FaultDetectorFactory_i.h"
#include "tao/debug.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
///////////////////////////////
// Fault_Detector_i static data
@@ -201,3 +203,4 @@ ACE_THR_FUNC_RETURN TAO::Fault_Detector_i::thr_func (void * arg)
return 0;
}
+TAO_END_VERSIONED_NAMESPACE_DECL
diff --git a/TAO/orbsvcs/Fault_Detector/Fault_Detector_i.h b/TAO/orbsvcs/Fault_Detector/Fault_Detector_i.h
index d5882ad1a15..03642de4b48 100644
--- a/TAO/orbsvcs/Fault_Detector/Fault_Detector_i.h
+++ b/TAO/orbsvcs/Fault_Detector/Fault_Detector_i.h
@@ -28,18 +28,13 @@
#include <ace/Manual_Event.h>
-//////////////////////////////////
-// Classes declared in this header
-namespace TAO
-{
- class Fault_Detector_i;
-}
-
#include "orbsvcs/FT_NotifierC.h"
#include "orbsvcs/FT_ReplicaC.h"
#include "ace/Time_Value.h"
+// Classes declared in this header
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
@@ -181,5 +176,8 @@ namespace TAO
int quit_requested_;
};
} // namespace TAO
+
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ <ace/post.h>
#endif // FAULT_DETECTOR_I_H_