repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git]
/
ACE
/
examples
/
Smart_Pointers
/
Widget.cpp
blob
92ee626616624c850f4cea60f1afeb467f263c3f
1
/* -*- C++ -*- */
2
//=============================================================================
3
/**
4
* @file Widget.cpp
5
*
6
* @author Christopher Kohlhoff <chris@kohlhoff.com>
7
*/
8
//=============================================================================
9
10
#include
"Widget.h"
11
12
Widget
::~
Widget
()
13
{
14
}