summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-09-12 08:32:34 +0200
committerGitHub <noreply@github.com>2022-09-12 08:32:34 +0200
commitfe03724176dcfd20e0f9a6e493198469242be6b6 (patch)
tree2245c24a6c4ef9c7d4010d1b61827850592777a3 /TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h
parent41a1f3bc12f780cc087c936ab53d1074f363b630 (diff)
parent00b403be7df0442405bd5e3dcc07beaa6730ddd2 (diff)
downloadATCD-fe03724176dcfd20e0f9a6e493198469242be6b6.tar.gz
Merge pull request #1922 from knutpett/knutpett/whitespace
Remove whitespace
Diffstat (limited to 'TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h')
-rw-r--r--TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h b/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h
index 462c98a8168..1f4b4fdbff4 100644
--- a/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h
+++ b/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h
@@ -77,7 +77,6 @@ namespace TAO
class FT_ReplicationManager
: public virtual POA_FT::ReplicationManager
{
-
//////////////////////
// non-CORBA interface
@@ -95,7 +94,6 @@ namespace TAO
virtual ~FT_ReplicationManager ();
public:
-
/**
* Parse command line arguments.
* @param argc traditional C argc
@@ -144,14 +142,12 @@ namespace TAO
// CORBA interface(s)
public:
-
/**
* @name POA_FT::ReplicationManager Methods
*
* Methods required by the POA_FT::ReplicationManager interface.
*/
//@{
-
/// Registers the Fault Notifier with the Replication Manager.
virtual void register_fault_notifier (
FT::FaultNotifier_ptr fault_notifier);
@@ -174,7 +170,6 @@ namespace TAO
* Methods required by the PortableGroup::PropertyManager interface.
*/
//@{
-
/// Set the default properties to be used by all object groups.
virtual void set_default_properties (
const PortableGroup::Properties & props);
@@ -236,7 +231,6 @@ namespace TAO
* interface.
*/
//@{
-
/// Create a member in an object group.
virtual PortableGroup::ObjectGroup_ptr create_member (
PortableGroup::ObjectGroup_ptr object_group,
@@ -314,7 +308,6 @@ namespace TAO
* Methods required by the PortableGroup::GenericFactory interface.
*/
//@{
-
/**
* Create an object of the specified type that adheres to the
* restrictions defined by the provided Criteria. The out
@@ -364,7 +357,6 @@ namespace TAO
///////////////
// Data Members
private:
-
/// The orb
CORBA::ORB_var orb_;
@@ -405,7 +397,6 @@ namespace TAO
/// Quit flag.
int quit_;
};
-
} // namespace TAO
TAO_END_VERSIONED_NAMESPACE_DECL