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