summaryrefslogtreecommitdiff
path: root/TAO/tao/Flushing_Strategy.cpp
blob: 6d66ee99975a81700718a2d1d0adf34fccb20d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

#include "tao/Flushing_Strategy.h"

ACE_RCSID (tao, 
           Flushing_Strategy, 
           "$Id$")


TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Flushing_Strategy::~TAO_Flushing_Strategy (void)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL