summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/PortableGroup_Hooks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/PortableGroup_Hooks.cpp')
-rw-r--r--TAO/tao/PortableServer/PortableGroup_Hooks.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/PortableGroup_Hooks.cpp b/TAO/tao/PortableServer/PortableGroup_Hooks.cpp
new file mode 100644
index 00000000000..36834ac4740
--- /dev/null
+++ b/TAO/tao/PortableServer/PortableGroup_Hooks.cpp
@@ -0,0 +1,13 @@
+// -*- C++ -*-
+//
+// $Id$
+
+#include "PortableGroup_Hooks.h"
+
+ACE_RCSID (TAO_PortableServer,
+ PortableGroup_Hooks,
+ "$Id$")
+
+TAO_POA_PortableGroup_Hooks::~TAO_POA_PortableGroup_Hooks (void)
+{
+}