summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_Strategy.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-12 15:32:31 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-12 15:32:31 +0000
commit0b3fcbc7a3ff91546b1942915f66fe5459fe6995 (patch)
tree49b1cd2215d7be6344d6a085fdff4c629508a061 /TAO/tao/Wait_Strategy.h
parentb1fe253847df1895f29c9595826d9f13f813c717 (diff)
downloadATCD-0b3fcbc7a3ff91546b1942915f66fe5459fe6995.tar.gz
insert pragma once
Diffstat (limited to 'TAO/tao/Wait_Strategy.h')
-rw-r--r--TAO/tao/Wait_Strategy.h4
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;