summaryrefslogtreecommitdiff
path: root/ACE/examples/Smart_Pointers/Widget.cpp
blob: 92ee626616624c850f4cea60f1afeb467f263c3f (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 ()
{
}