summaryrefslogtreecommitdiff
path: root/ace/os_include/syslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/syslog.h')
-rw-r--r--ace/os_include/syslog.h22
1 files changed, 16 insertions, 6 deletions
diff --git a/ace/os_include/syslog.h b/ace/os_include/syslog.h
index d8254c014d3..72647a9ee63 100644
--- a/ace/os_include/syslog.h
+++ b/ace/os_include/syslog.h
@@ -2,19 +2,19 @@
//=============================================================================
/**
- * @file syslog.h
+ * @file os_syslog.h
*
* definitions for system error logging
*
* $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_SYSLOG_H
-#define ACE_OS_INCLUDE_SYSLOG_H
+#ifndef ACE_OS_INCLUDE_OS_SYSLOG_H
+#define ACE_OS_INCLUDE_OS_SYSLOG_H
#include "ace/pre.h"
@@ -25,8 +25,18 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#if !defined (ACE_LACKS_SYSLOG_H)
-# include /**/ <syslog.h>
+# include /**/ <syslog.h>
#endif /* !ACE_LACKS_SYSLOG_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_SYSLOG_H */
+#endif /* ACE_OS_INCLUDE_OS_SYSLOG_H */