blob: ac2d3f7a4a72af6e35d5d561df23b85467047c3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// @(#) $Id$
#include "tao/IORInterceptor_Adapter.h"
ACE_RCSID (tao,
IORInterceptor_Adapter,
"$Id$")
TAO_IORInterceptor_Adapter::~TAO_IORInterceptor_Adapter (void)
{
}
|