Skip to content

Commit f7cc41f

Browse files
committed
Bug 37264961 - CPP: CQC constructor with fCacheValues of false should configure lite mapListener
Fix for Solaric CC compilation failure. [git-p4: depot-paths = "//dev/release.cpp/coherence-cpp-v14.1.1.0/": change = 112641]
1 parent c02bca6 commit f7cc41f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/coherence/net/cache/ContinuousQueryCache.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,8 @@ ObservableMap::Handle ContinuousQueryCache::ensureInternalCache() const
338338
bool fLite = !isCacheValues();
339339
if (hListener != NULL)
340340
{
341-
MapListener::Handle hListener = m_hListener;
342341
ensureEventQueue();
343-
hMapLocal->addFilterListener(instantiateEventRouter(m_hListener, fLite), NULL, fLite);
342+
hMapLocal->addFilterListener(instantiateEventRouter(hListener, fLite), NULL, fLite);
344343
}
345344
}
346345
return hMapLocal;

0 commit comments

Comments
 (0)