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