summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.cpp')
-rw-r--r--trunk/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/trunk/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.cpp b/trunk/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.cpp
new file mode 100644
index 00000000000..a0239a9ca7d
--- /dev/null
+++ b/trunk/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.cpp
@@ -0,0 +1,15 @@
+// -*- C++ -*-
+
+#include "orbsvcs/Security/Security_Current_Impl.h"
+
+ACE_RCSID (Security,
+ SL3_Security_Current_Impl,
+ "$Id$")
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+TAO::Security::Current_Impl::~Current_Impl (void)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL