summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.h b/TAO/orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.h
index b2788d196a2..376c73e904e 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.h
@@ -93,10 +93,13 @@ private:
/**
* The number of words in the bit vector
+ */
+ size_t nwords_;
+
+ /**
* The bit vector to keep track of the children that have received
* their events.
*/
- size_t nwords_;
Word* bitvec_;
/// The current child in the iteration, used in the push() method...