summaryrefslogtreecommitdiff
path: root/ace/os_include/utime.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/utime.h')
-rw-r--r--ace/os_include/utime.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ace/os_include/utime.h b/ace/os_include/utime.h
index 0b10b412802..4f99fa7031f 100644
--- a/ace/os_include/utime.h
+++ b/ace/os_include/utime.h
@@ -2,19 +2,19 @@
//=============================================================================
/**
- * @file utime.h
+ * @file os_utime.h
*
* access and modification times structure
*
* $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_UTIME_H
-#define ACE_OS_INCLUDE_UTIME_H
+#ifndef ACE_OS_INCLUDE_OS_UTIME_H
+#define ACE_OS_INCLUDE_OS_UTIME_H
#include "ace/pre.h"
@@ -27,8 +27,8 @@
#include "ace/os_include/sys/types.h"
#if !defined (ACE_LACKS_UTIME_H)
-# include /**/ <utime.h>
+# include /**/ <utime.h>
#endif /* !ACE_LACKS_UTIME_H */
#include "ace/post.h"
-#endif /* ACE_OS_INCLUDE_UTIME_H */
+#endif /* ACE_OS_INCLUDE_OS_UTIME_H */