summaryrefslogtreecommitdiff
path: root/ace/os_include/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/strings.h')
-rw-r--r--ace/os_include/strings.h22
1 files changed, 16 insertions, 6 deletions
diff --git a/ace/os_include/strings.h b/ace/os_include/strings.h
index 3644b72b05c..55e841ed3db 100644
--- a/ace/os_include/strings.h
+++ b/ace/os_include/strings.h
@@ -2,19 +2,19 @@
//=============================================================================
/**
- * @file strings.h
+ * @file os_strings.h
*
* string operations
*
* $Id$
*
- * @author Don Hinton <dhinton@ieee.org>
+ * @author Don Hinton <dhinton@dresystems.com>
* @author This code was originally in various places including ace/OS.h.
*/
//=============================================================================
-#ifndef ACE_OS_INCLUDE_STRINGS_H
-#define ACE_OS_INCLUDE_STRINGS_H
+#ifndef ACE_OS_INCLUDE_OS_STRINGS_H
+#define ACE_OS_INCLUDE_OS_STRINGS_H
#include "ace/pre.h"
@@ -27,8 +27,18 @@
#include "ace/os_include/stddef.h"
#if !defined (ACE_LACKS_STRINGS_H)
-# include /**/ <strings.h>
+# include /**/ <strings.h>
#endif /* !ACE_LACKS_STRINGS_H */
+// Place all additions (especially function declarations) within extern "C" {}
+#ifdef __cplusplus
+extern "C"
+{
+#endif /* __cplusplus */
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#include "ace/post.h"
-#endif /* ACE_OS_INCLUDE_STRINGS_H */
+#endif /* ACE_OS_INCLUDE_OS_STRINGS_H */