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 | e8b65d5383b9f5c174843eba1e8e0fc8feded219 (patch) | |
tree | 49b1cd2215d7be6344d6a085fdff4c629508a061 /TAO/tao/Reply_Dispatcher.h | |
parent | 61c46289a955457825c9f05c0e89188da0aa78e9 (diff) | |
download | ATCD-e8b65d5383b9f5c174843eba1e8e0fc8feded219.tar.gz |
insert pragma once
Diffstat (limited to 'TAO/tao/Reply_Dispatcher.h')
-rw-r--r-- | TAO/tao/Reply_Dispatcher.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Reply_Dispatcher.h b/TAO/tao/Reply_Dispatcher.h index 78f1812d06e..5066ef0845f 100644 --- a/TAO/tao/Reply_Dispatcher.h +++ b/TAO/tao/Reply_Dispatcher.h @@ -21,6 +21,11 @@ #define TAO_REPLY_DISPATCHER_H #include "tao/GIOP.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + #include "tao/MessagingC.h" // Forward Declarations. |