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/UIOP_Transport.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/UIOP_Transport.h')
-rw-r--r-- | TAO/tao/UIOP_Transport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/UIOP_Transport.h b/TAO/tao/UIOP_Transport.h index 9415f7a541c..8438a133e97 100644 --- a/TAO/tao/UIOP_Transport.h +++ b/TAO/tao/UIOP_Transport.h @@ -20,6 +20,7 @@ // ============================================================================ #ifndef TAO_UIOP_TRANSPORT_H +#include "ace/pre.h" #define TAO_UIOP_TRANSPORT_H #include "tao/Pluggable.h" @@ -215,4 +216,5 @@ public: # endif /* TAO_HAS_UIOP == 1 */ +#include "ace/post.h" #endif /* TAO_UIOP_TRANSPORT_H */ |