summaryrefslogtreecommitdiff
path: root/ACE/examples/Smart_Pointers/Widget_Part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Smart_Pointers/Widget_Part.cpp')
-rw-r--r--ACE/examples/Smart_Pointers/Widget_Part.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/examples/Smart_Pointers/Widget_Part.cpp b/ACE/examples/Smart_Pointers/Widget_Part.cpp
new file mode 100644
index 00000000000..7a74447cff9
--- /dev/null
+++ b/ACE/examples/Smart_Pointers/Widget_Part.cpp
@@ -0,0 +1,16 @@
+/* -*- C++ -*- */
+//=============================================================================
+/**
+ * @file Widget_Part.cpp
+ *
+ * $Id$
+ *
+ * @author Christopher Kohlhoff <chris@kohlhoff.com>
+ */
+//=============================================================================
+
+#include "Widget_Part.h"
+
+Widget_Part::~Widget_Part (void)
+{
+}