summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Sequence/EventBatch.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Sequence/EventBatch.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Sequence/EventBatch.inl15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Sequence/EventBatch.inl b/TAO/orbsvcs/orbsvcs/Notify/Sequence/EventBatch.inl
new file mode 100644
index 00000000000..5394ad97ad4
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Notify/Sequence/EventBatch.inl
@@ -0,0 +1,15 @@
+// $Id$
+
+#include "EventBatch.h"
+
+ACE_INLINE void
+TAO_NS_EventBatch::batch_size (CORBA::Long batch_size)
+{
+ this->batch_size_ = batch_size;
+}
+
+ACE_INLINE int
+TAO_NS_EventBatch::size (void)
+{
+ return this->event_collection_.size ();
+}