summaryrefslogtreecommitdiff
path: root/ace/FILE.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/FILE.inl')
-rw-r--r--ace/FILE.inl6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/FILE.inl b/ace/FILE.inl
index 934f5d7aa98..fdd65029d3a 100644
--- a/ace/FILE.inl
+++ b/ace/FILE.inl
@@ -1,6 +1,9 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE int
ACE_FILE::disable (int signum) const
{
@@ -12,3 +15,4 @@ ACE_FILE::disable (int signum) const
#endif /* ACE_WIN32 */
}
+ACE_END_VERSIONED_NAMESPACE_DECL