summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO_Impl.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Asynch_IO_Impl.inl')
-rw-r--r--ace/Asynch_IO_Impl.inl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Asynch_IO_Impl.inl b/ace/Asynch_IO_Impl.inl
index 3d61fae7942..495a768a972 100644
--- a/ace/Asynch_IO_Impl.inl
+++ b/ace/Asynch_IO_Impl.inl
@@ -1,5 +1,9 @@
+// -*- C++ -*-
+//
// $Id$
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE
ACE_Asynch_Result_Impl::ACE_Asynch_Result_Impl (void)
{
@@ -98,3 +102,5 @@ ACE_Asynch_Transmit_File_Result_Impl::ACE_Asynch_Transmit_File_Result_Impl (void
: ACE_Asynch_Result_Impl ()
{
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL