summaryrefslogtreecommitdiffstats
path: root/src/tdesvn_events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tdesvn_events.cpp')
-rw-r--r--src/tdesvn_events.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tdesvn_events.cpp b/src/tdesvn_events.cpp
new file mode 100644
index 0000000..bf0433e
--- /dev/null
+++ b/src/tdesvn_events.cpp
@@ -0,0 +1,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)
+{
+}