summaryrefslogtreecommitdiff
path: root/ace/Functor.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Functor.i')
-rw-r--r--ace/Functor.i14
1 files changed, 14 insertions, 0 deletions
diff --git a/ace/Functor.i b/ace/Functor.i
index e605408bb83..a7f584e6ee9 100644
--- a/ace/Functor.i
+++ b/ace/Functor.i
@@ -26,3 +26,17 @@
// ============================================================================
// EOF
+
+// Default constructor.
+
+ACE_INLINE
+ACE_Command_Base::ACE_Command_Base (void)
+{
+}
+
+// Virtaul destructor.
+
+ACE_INLINE
+ACE_Command_Base::~ACE_Command_Base (void)
+{
+}