summaryrefslogtreecommitdiff
path: root/ace/os_include/new.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/new.h')
-rw-r--r--ace/os_include/new.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/ace/os_include/new.h b/ace/os_include/new.h
new file mode 100644
index 00000000000..dd6349ff4e4
--- /dev/null
+++ b/ace/os_include/new.h
@@ -0,0 +1,32 @@
+/* -*- C++ -*- */
+
+//=============================================================================
+/**
+ * @file new.h
+ *
+ * $Id$
+ *
+ * @author Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * @author etc
+ */
+//=============================================================================
+
+#ifndef ACE_OS_INCLUDE_NEW_H
+# define ACE_OS_INCLUDE_NEW_H
+# include "ace/pre.h"
+
+# include "ace/config-all.h"
+
+# if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+# endif /* ACE_LACKS_PRAGMA_ONCE */
+
+# if !defined (ACE_LACKS_NEW_H)
+# if defined (ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB)
+# include /**/ <new>
+# else
+# include /**/ <new.h>
+# endif /* ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB */
+# endif /* ! ACE_LACKS_NEW_H */
+
+#endif /* ACE_OS_INCLUDE_NEW_H */