summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Reactive_Task.inl
blob: 892a8011b22b1dcdfd105f7ec7f178760fc88e9e (plain)
1
2
3
4
5
6
7
8
9
10
// -*- C++ -*-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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

TAO_END_VERSIONED_NAMESPACE_DECL