diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-14 21:45:15 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-14 21:45:15 +0000 |
commit | a71704263560521e40659fd92315411018efb3a3 (patch) | |
tree | 9d4be762e03bbb102e7255a87956c2dea7c5bda7 /ace/TP_Reactor.h | |
parent | fece36c9fea0aeea41ddb296e622bd309720f240 (diff) | |
download | ATCD-a71704263560521e40659fd92315411018efb3a3.tar.gz |
.
Diffstat (limited to 'ace/TP_Reactor.h')
-rw-r--r-- | ace/TP_Reactor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/TP_Reactor.h b/ace/TP_Reactor.h index 25047e4bac5..7f4bab25121 100644 --- a/ace/TP_Reactor.h +++ b/ace/TP_Reactor.h @@ -19,6 +19,10 @@ #include "ace/Select_Reactor.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +#pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + class ACE_Export ACE_EH_Dispatch_Info { // = TITLE |