aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/Reactor_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/ace/Reactor_Impl.cpp')
-rw-r--r--externals/ace/Reactor_Impl.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/externals/ace/Reactor_Impl.cpp b/externals/ace/Reactor_Impl.cpp
new file mode 100644
index 00000000000..dceba327691
--- /dev/null
+++ b/externals/ace/Reactor_Impl.cpp
@@ -0,0 +1,15 @@
+// $Id: Reactor_Impl.cpp 80826 2008-03-04 14:51:23Z wotte $
+
+#include "ace/Reactor_Impl.h"
+
+ACE_RCSID (ace,
+ Reactor_Impl,
+ "$Id: Reactor_Impl.cpp 80826 2008-03-04 14:51:23Z wotte $")
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_Reactor_Impl::~ACE_Reactor_Impl (void)
+{
+}
+
+ACE_END_VERSIONED_NAMESPACE_DECL