diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-12 15:32:31 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-12 15:32:31 +0000 |
commit | 0b3fcbc7a3ff91546b1942915f66fe5459fe6995 (patch) | |
tree | 49b1cd2215d7be6344d6a085fdff4c629508a061 /TAO/tao/Wait_Strategy.h | |
parent | b1fe253847df1895f29c9595826d9f13f813c717 (diff) | |
download | ATCD-0b3fcbc7a3ff91546b1942915f66fe5459fe6995.tar.gz |
insert pragma once
Diffstat (limited to 'TAO/tao/Wait_Strategy.h')
-rw-r--r-- | TAO/tao/Wait_Strategy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Wait_Strategy.h b/TAO/tao/Wait_Strategy.h index 1433b5bd5cf..0cc8ea91ade 100644 --- a/TAO/tao/Wait_Strategy.h +++ b/TAO/tao/Wait_Strategy.h @@ -22,6 +22,10 @@ #include "tao/corbafwd.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + class TAO_ORB_Core; class TAO_Transport; class TAO_Transport_Mux_Strategy; |