diff options
Diffstat (limited to 'ace/SOCK_CODgram.h')
-rw-r--r-- | ace/SOCK_CODgram.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/SOCK_CODgram.h b/ace/SOCK_CODgram.h index 757c5a88f53..6a859a1085c 100644 --- a/ace/SOCK_CODgram.h +++ b/ace/SOCK_CODgram.h @@ -1,7 +1,6 @@ /* -*- C++ -*- */ // $Id$ - // ============================================================================ // // = LIBRARY @@ -21,6 +20,10 @@ #include "ace/SOCK_IO.h" #include "ace/Addr.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +#pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + class ACE_Export ACE_SOCK_CODgram : public ACE_SOCK_IO { // = TITLE |