summaryrefslogtreecommitdiff
path: root/TAO/tao/Flushing_Strategy.cpp
blob: 72024d924daca1143f41f760727c14ea20523ac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

#include "tao/Flushing_Strategy.h"

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


TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Flushing_Strategy::~TAO_Flushing_Strategy (void)
{
}

bool TAO_Flushing_Strategy::is_blocking ()
{
  return false;
}


TAO_END_VERSIONED_NAMESPACE_DECL