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

#include "Gadget_Part.h"

Gadget_Part::~Gadget_Part ()
{
}