summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/INet/AuthenticationBase.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/INet/AuthenticationBase.inl')
-rw-r--r--ACE/protocols/ace/INet/AuthenticationBase.inl17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/protocols/ace/INet/AuthenticationBase.inl b/ACE/protocols/ace/INet/AuthenticationBase.inl
new file mode 100644
index 00000000000..bc6c98f7c43
--- /dev/null
+++ b/ACE/protocols/ace/INet/AuthenticationBase.inl
@@ -0,0 +1,17 @@
+// -*- C++ -*-
+//
+// $Id$
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
+namespace ACE
+{
+ namespace INet
+ {
+ ACE_INLINE
+ AuthenticationBase::AuthenticationBase ()
+ {}
+ }
+}
+
+ACE_END_VERSIONED_NAMESPACE_DECL