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

#include "Gadget.h"

Gadget::~Gadget (void)
{
}