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

#include "Widget.h"

Widget::~Widget (void)
{
}