diff options
Diffstat (limited to 'ace/Method_Object.h')
-rw-r--r-- | ace/Method_Object.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Method_Object.h b/ace/Method_Object.h index 23c5b3a303c..22f6224c349 100644 --- a/ace/Method_Object.h +++ b/ace/Method_Object.h @@ -1,7 +1,6 @@ /* -*- C++ -*- */ // $Id$ - // ============================================================================ // // = LIBRARY @@ -21,6 +20,10 @@ #include "ace/OS.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +#pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + class ACE_Export ACE_Method_Object { // = TITLE |