summaryrefslogtreecommitdiff
path: root/ace/Arg_Shifter.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-04-10 17:44:16 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-04-10 17:44:16 +0000
commit229673fc49bb56c3f1207cb82c01f8914850c287 (patch)
tree1081fc9b38d9ab63244fa71ae0320de03e56a427 /ace/Arg_Shifter.h
parent684aee545e53cd775175481dd38b306449c92fd7 (diff)
downloadATCD-229673fc49bb56c3f1207cb82c01f8914850c287.tar.gz
ChangeLogTag:Wed Apr 10 10:40:36 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Arg_Shifter.h')
-rw-r--r--ace/Arg_Shifter.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/ace/Arg_Shifter.h b/ace/Arg_Shifter.h
index 8a6ab8222fc..e87a916c594 100644
--- a/ace/Arg_Shifter.h
+++ b/ace/Arg_Shifter.h
@@ -12,9 +12,14 @@
#ifndef ACE_ARG_SHIFTER_H
#define ACE_ARG_SHIFTER_H
+
#include "ace/pre.h"
-#include "ace/OS.h"
+#include "ace/ACE_export.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
/**
* @class ACE_Arg_Shifter
@@ -189,4 +194,5 @@ private:
};
#include "ace/post.h"
+
#endif /* ACE_ARG_SHIFTER_H */