summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-30 15:50:15 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-30 15:50:15 +0000
commit6990f6134bbc2e9d0df0a10aa2e56630bceaee0e (patch)
treeee67fcdb409adf3f4c9fa43aa2322f44a00cc430 /TAO/tao/Pluggable_Messaging.h
parent51b490ce44eafbc739b33f891f8ad36aa32c22a4 (diff)
downloadATCD-6990f6134bbc2e9d0df0a10aa2e56630bceaee0e.tar.gz
ChangeLogTag:Sat Apr 29 23:41:02 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Pluggable_Messaging.h')
-rw-r--r--TAO/tao/Pluggable_Messaging.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/Pluggable_Messaging.h b/TAO/tao/Pluggable_Messaging.h
index e351bd14172..f61bffcb7b5 100644
--- a/TAO/tao/Pluggable_Messaging.h
+++ b/TAO/tao/Pluggable_Messaging.h
@@ -22,6 +22,7 @@
#include "ace/pre.h"
#include "tao/Pluggable_Messaging_Utils.h"
+#include "tao/Exception.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -124,7 +125,7 @@ public:
// Write the reply header
// The reply header is a part of any messaging protocol. The
// messaging protocol implementation would implement the way the
- // reply header is written.
+ // reply header is written.
// @@ Bala: What if the protocol only has message headers and not
// 'protocol headers'?
@@ -175,7 +176,7 @@ public:
// you cannot plug a messaging protocol and use transport classes
// created for another protocol (except in the GIOP / GIOPLite
// case, which is purely an accident).
- //
+ //
virtual int process_client_message (TAO_Transport *transport,
TAO_ORB_Core *orb_core,
TAO_InputCDR &input,