summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor_Impl.cpp')
-rw-r--r--ace/Reactor_Impl.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/ace/Reactor_Impl.cpp b/ace/Reactor_Impl.cpp
new file mode 100644
index 00000000000..556d25c4ee5
--- /dev/null
+++ b/ace/Reactor_Impl.cpp
@@ -0,0 +1,11 @@
+// $Id$
+
+#include "ace/Reactor_Impl.h"
+
+ACE_RCSID (ace,
+ Reactor_Impl,
+ "$Id$")
+
+ACE_Reactor_Impl::~ACE_Reactor_Impl()
+{
+}