summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Reactive_Task.inl
blob: d2b6ec811e558e956b9f447b7dc7d03499da5ba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- C++ -*-
//
// $Id$

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE TAO_Notify_Buffering_Strategy*
TAO_Notify_Reactive_Task::buffering_strategy (void)
{
  return 0;
}

TAO_END_VERSIONED_NAMESPACE_DECL