Home
last modified time | relevance | path

Searched refs:pFlushObj (Results 1 – 2 of 2) sorted by relevance

/trunk/main/linguistic/source/
H A Diprcache.cxx208 DBG_ASSERT( pFlushObj, "missing object (NULL pointer)" ); in processDictionaryListEvent()
209 if (bFlush && pFlushObj != NULL) in processDictionaryListEvent()
210 pFlushObj->Flush(); in processDictionaryListEvent()
225 DBG_ASSERT( pFlushObj, "missing object (NULL pointer)" ); in propertyChange()
226 if (bFlush && pFlushObj != NULL) in propertyChange()
227 pFlushObj->Flush(); in propertyChange()
/trunk/main/linguistic/inc/
H A Diprcache.hxx68 Flushable *pFlushObj; member in linguistic::FlushListener
78 inline void SetFlushObj( Flushable *pFO) { pFlushObj = pFO; } in SetFlushObj()

Completed in 20 milliseconds