summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-02-03 15:02:20 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-02-03 15:02:20 +0100
commit269010b97abce5020a0c4a8ce4e65414b5bd1721 (patch)
tree825182e5f7efe83e833f252dfcf5a4b2163fa336 /TAO
parentb11ee739c37e7e8ed8cacb8a0aa99328242aedba (diff)
downloadATCD-269010b97abce5020a0c4a8ce4e65414b5bd1721.tar.gz
Removed empty lines
* TAO/tao/Synch_Invocation.h:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/Synch_Invocation.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tao/Synch_Invocation.h b/TAO/tao/Synch_Invocation.h
index 0637182898c..d7fdc168986 100644
--- a/TAO/tao/Synch_Invocation.h
+++ b/TAO/tao/Synch_Invocation.h
@@ -1,5 +1,4 @@
// -*- C++ -*-
-//
//=============================================================================
/**
* @file Synch_Invocation.h
@@ -87,7 +86,6 @@ namespace TAO
void set_retry_state (Invocation_Retry_State *retry_state);
protected:
-
/**
* This method is selectively made virtual, so that inherited
* classes can overload the user exception handling type. For
@@ -114,7 +112,6 @@ namespace TAO
Invocation_Retry_State *retry_state_;
private:
-
/// Helper method that checks the reply status of the
/// replies and takes appropriate action.
/**
@@ -139,7 +136,6 @@ namespace TAO
* - For some SYNC_SCOPE policies namely SYNC_WITH_TARGET and
* SYNC_WITH_SERVER the invocation classes have to treat the
* invocation as a twoway invocation (more or less)
- *
*/
class TAO_Export Synch_Oneway_Invocation
: public Synch_Twoway_Invocation
@@ -173,7 +169,6 @@ namespace TAO
class TAO_Export Reply_Guard
{
public:
-
Reply_Guard (Invocation_Base *s, Invocation_Status is);
/// The destructor calls Invocation_Base::invoke_status with the
@@ -184,12 +179,10 @@ namespace TAO
void set_status (Invocation_Status s);
private:
-
Reply_Guard (Reply_Guard const &);
Reply_Guard & operator= (Reply_Guard const &);
private:
-
Invocation_Base * const invocation_;
Invocation_Status status_;
};