blob: bf0433efdea4e6994bb5c6ca3ed7365df669e058 (
plain)
1
2
3
4
5
6
7
|
#include "tdesvn_events.h"
#include "eventnumbers.h"
FillCacheStatusEvent::FillCacheStatusEvent(TQ_LLONG current,TQ_LLONG max)
:TQCustomEvent(EVENT_LOGCACHE_STATUS),m_current(current),m_max(max)
{
}
|