summaryrefslogtreecommitdiff
path: root/examples/Smart_Pointers/Gadget_Part.cpp
blob: 9f08f2a61e7898f10fcf3e7b354f84e0e4770147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -*- C++ -*- */
//=============================================================================
/**
 *  @file    Gadget_Part.cpp
 *
 *  $Id$
 *
 *  @author Christopher Kohlhoff <chris@kohlhoff.com>
 */
//=============================================================================

#include "Gadget_Part.h"

Gadget_Part::~Gadget_Part (void)
{
}