summaryrefslogtreecommitdiff
path: root/TAO/tao/Resume_Handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Resume_Handle.h')
-rw-r--r--TAO/tao/Resume_Handle.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tao/Resume_Handle.h b/TAO/tao/Resume_Handle.h
index 1515ddf04c8..fed8fb32a61 100644
--- a/TAO/tao/Resume_Handle.h
+++ b/TAO/tao/Resume_Handle.h
@@ -73,12 +73,11 @@ public:
/// reactor. Else we don't resume the handle.
void resume_handle (void);
- // Hook method called at the end of a connection handler's
- // handle_input function. Might override the handle_input
- // return value or change the resume_handler's flag_ value.
+ /// Hook method called at the end of a connection handler's
+ /// handle_input function. Might override the handle_input
+ /// return value or change the resume_handler's flag_ value.
void handle_input_return_value_hook (int& return_value);
-
private:
/// Our ORB Core.