diff options
Diffstat (limited to 'ace/Multiplexor.h')
-rw-r--r-- | ace/Multiplexor.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Multiplexor.h b/ace/Multiplexor.h index 074601f1890..4b73e1a69fd 100644 --- a/ace/Multiplexor.h +++ b/ace/Multiplexor.h @@ -1,7 +1,6 @@ /* -*- C++ -*- */ // $Id$ - // ============================================================================ // // = LIBRARY @@ -20,13 +19,16 @@ // // ============================================================================ - #if !defined (ACE_MULTIPLEXOR_H) #define ACE_MULTIPLEXOR_H #include "ace/Module.h" #include "ace/Map_Manager.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +#pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + #if defined (ACE_HAS_THREADS) #if 0 |