21
21
#include " coherence/util/Iterator.hpp"
22
22
#include " coherence/util/LongArrayIterator.hpp"
23
23
#include " coherence/util/SafeHashMap.hpp"
24
- #include " coherence/util/SparseArray.hpp"
25
24
26
25
#include " private/coherence/component/net/extend/AbstractPofRequest.hpp"
27
26
#include " private/coherence/component/net/extend/PofConnection.hpp"
34
33
35
34
#include " private/coherence/security/SecurityHelper.hpp"
36
35
36
+ #include " private/coherence/util/HashArray.hpp"
37
+
37
38
#include " private/coherence/util/logging/Logger.hpp"
38
39
39
40
COH_OPEN_NAMESPACE4 (coherence,component,net,extend)
@@ -52,11 +53,11 @@ using coherence::net::messaging::ConnectionException;
52
53
using coherence::net::messaging::Response;
53
54
using coherence::net::PriorityTask;
54
55
using coherence::security::SecurityHelper;
56
+ using coherence::util::HashArray;
55
57
using coherence::util::HashMap;
56
58
using coherence::util::Iterator;
57
59
using coherence::util::LongArrayIterator;
58
60
using coherence::util::SafeHashMap;
59
- using coherence::util::SparseArray;
60
61
61
62
62
63
// ----- constructors -------------------------------------------------------
@@ -71,7 +72,7 @@ PofChannel::PofChannel()
71
72
f_vMessageFactory(self()),
72
73
m_fOpen(self(), false),
73
74
m_hReceiver(self()),
74
- f_hlaRequest(self(), SparseArray ::create()),
75
+ f_hlaRequest(self(), HashArray ::create()),
75
76
f_hGateRequest(self(), ThreadGate::create()),
76
77
f_vSerializer(self()),
77
78
f_vSubject(self()),
0 commit comments