diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-18 11:51:44 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-18 11:51:44 +0000 |
commit | 7b6a39ee045885ccaeaeff58c2009489184c73bd (patch) | |
tree | aa0678e4adb381887341002c153955c24c2f2876 /TAO/tao/MessagingC.h | |
parent | 399a5ff473e8afe529ae9debbc2280ebcf6b76fb (diff) | |
download | ATCD-7b6a39ee045885ccaeaeff58c2009489184c73bd.tar.gz |
ChangeLogTag:Sat Mar 18 05:34:48 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/MessagingC.h')
-rw-r--r-- | TAO/tao/MessagingC.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/MessagingC.h b/TAO/tao/MessagingC.h index 17da530eed0..2b84fe64d57 100644 --- a/TAO/tao/MessagingC.h +++ b/TAO/tao/MessagingC.h @@ -19,6 +19,7 @@ // ================================================================ #ifndef TAO_IDL_MESSAGINGC_H +#include "ace/pre.h" #define TAO_IDL_MESSAGINGC_H #include "tao/orbconf.h" @@ -2239,4 +2240,5 @@ TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, Messaging::Poller_ptr &); #endif /* TAO_HAS_CORBA_MESSAGING == 1 */ +#include "ace/post.h" #endif /* TAO_IDL_MESSAGINGC_H */ |