summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/INet/AuthenticationBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/INet/AuthenticationBase.cpp')
-rw-r--r--ACE/protocols/ace/INet/AuthenticationBase.cpp12
1 files changed, 10 insertions, 2 deletions
diff --git a/ACE/protocols/ace/INet/AuthenticationBase.cpp b/ACE/protocols/ace/INet/AuthenticationBase.cpp
index 735a94cd7bb..c2c0953b4f1 100644
--- a/ACE/protocols/ace/INet/AuthenticationBase.cpp
+++ b/ACE/protocols/ace/INet/AuthenticationBase.cpp
@@ -12,9 +12,17 @@ namespace ACE
{
namespace INet
{
- AuthenticationBase::~AuthenticationBase () {}
+ AuthenticationBase::~AuthenticationBase ()
+ {
+ }
- AuthenticatorBase::~AuthenticatorBase () {}
+ AuthenticatorBase::AuthenticatorBase ()
+ {
+ }
+
+ AuthenticatorBase::~AuthenticatorBase ()
+ {
+ }
}
}