summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Notifier_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Notifier_i.h')
-rw-r--r--TAO/examples/Callback_Quoter/Notifier_i.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/examples/Callback_Quoter/Notifier_i.h b/TAO/examples/Callback_Quoter/Notifier_i.h
index e6e225b33e7..13648c6fb6e 100644
--- a/TAO/examples/Callback_Quoter/Notifier_i.h
+++ b/TAO/examples/Callback_Quoter/Notifier_i.h
@@ -111,7 +111,8 @@ public:
int notifier_exited_;
//This marks the exit of the notifier. This should be taken care of
- // before the consumer tries to unregister after the notifier quits.
+ // before the consumer tries to unregister after the notifier quits.
+
};