summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Supplier_Input_Handler.cpp
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-31 01:03:56 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-31 01:03:56 +0000
commit1e19cead15011b7374c058c43ebee2c4a74242b1 (patch)
tree8031a33d0a2ecaee20ff856a8ca15c5721bf7d81 /TAO/examples/Event_Comm/Supplier_Input_Handler.cpp
parente4e11824fc235f3e8baccdf543913013223abb18 (diff)
downloadATCD-1e19cead15011b7374c058c43ebee2c4a74242b1.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/examples/Event_Comm/Supplier_Input_Handler.cpp')
-rw-r--r--TAO/examples/Event_Comm/Supplier_Input_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Event_Comm/Supplier_Input_Handler.cpp b/TAO/examples/Event_Comm/Supplier_Input_Handler.cpp
index 010dde49075..427939035d2 100644
--- a/TAO/examples/Event_Comm/Supplier_Input_Handler.cpp
+++ b/TAO/examples/Event_Comm/Supplier_Input_Handler.cpp
@@ -7,8 +7,8 @@
ACE_RCSID(Supplier, Supplier_Input_Handler, "$Id$")
Supplier_Input_Handler::Supplier_Input_Handler ()
- : notifier_ (0),
- handle_ (0)
+ : handle_ (0),
+ notifier_ (0)
{
// No-Op.
}