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