summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Sequence/EventBatch.inl
blob: b934c9deeef3a4350d24c562b6e801f9c65c4b82 (plain)
1
2
3
4
5
6
7
8
9
// $Id$

#include "EventBatch.h"

ACE_INLINE void
TAO_NS_EventBatch::batch_size (CORBA::Long batch_size)
{
  this->batch_size_ = batch_size;
}