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/Wait_Strategy.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/Wait_Strategy.h')
-rw-r--r-- | TAO/tao/Wait_Strategy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Wait_Strategy.h b/TAO/tao/Wait_Strategy.h index 73b4bdcafb7..4a083497456 100644 --- a/TAO/tao/Wait_Strategy.h +++ b/TAO/tao/Wait_Strategy.h @@ -18,6 +18,7 @@ // ============================================================================ #ifndef TAO_WAIT_STRATEGY_H +#include "ace/pre.h" #define TAO_WAIT_STRATEGY_H #include "tao/corbafwd.h" @@ -269,4 +270,5 @@ public: virtual int register_handler (void); }; +#include "ace/post.h" #endif /* TAO_WAIT_STRATEGY_H */ |