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 branch 'master' into jwi-bcc64xsingletonwarning
[ACE_TAO.git]
/
ACE
/
examples
/
Smart_Pointers
/
Gadget.cpp
blob
f0dc39b0f6d58e6fa5913f46074a7acc1c75be40
1
/* -*- C++ -*- */
2
//=============================================================================
3
/**
4
* @file Gadget.cpp
5
*
6
* @author Christopher Kohlhoff <chris@kohlhoff.com>
7
*/
8
//=============================================================================
9
10
#include
"Gadget.h"
11
12
Gadget
::~
Gadget
()
13
{
14
}