summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-25 18:17:15 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-25 18:17:15 +0200
commite0a6ada7a4296a0abc33cd98ba3e36df03eb9c5b (patch)
tree0d6f406d270a4b32bbe883b4cd169ea73080366f
parentec41c7dc9431f851d4b9231f8fb7a1c54054a4cd (diff)
downloadATCD-e0a6ada7a4296a0abc33cd98ba3e36df03eb9c5b.tar.gz
Layout changes
* TAO/tao/Strategies/SCIOP_Acceptor.h:
-rw-r--r--TAO/tao/Strategies/SCIOP_Acceptor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/Strategies/SCIOP_Acceptor.h b/TAO/tao/Strategies/SCIOP_Acceptor.h
index d386e78f29e..ed76fe47c55 100644
--- a/TAO/tao/Strategies/SCIOP_Acceptor.h
+++ b/TAO/tao/Strategies/SCIOP_Acceptor.h
@@ -11,7 +11,6 @@
*/
// ===================================================================
-
#ifndef TAO_SCIOP_ACCEPTOR_H
#define TAO_SCIOP_ACCEPTOR_H
#include /**/ "ace/pre.h"
@@ -109,7 +108,6 @@ public:
char *&host);
protected:
-
/**
* Implement the common part of the open*() methods. This method is
* virtual to allow a derived class implementation to be invoked
@@ -204,7 +202,6 @@ protected:
TAO_ORB_Core *orb_core_;
private:
-
/// the concrete acceptor, as a pointer to it's base class.
TAO_SCIOP_BASE_ACCEPTOR base_acceptor_;
@@ -212,7 +209,6 @@ private:
TAO_SCIOP_CREATION_STRATEGY *creation_strategy_;
TAO_SCIOP_CONCURRENCY_STRATEGY *concurrency_strategy_;
TAO_SCIOP_ACCEPT_STRATEGY *accept_strategy_;
-
};
TAO_END_VERSIONED_NAMESPACE_DECL