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