summaryrefslogtreecommitdiffstats
path: root/src/tdesvn_events.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 16:05:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 16:05:53 -0600
commit2a84b711d4c9c28fd6e03457311fd05203318d24 (patch)
treec825e162ec40405187fd4892b08e8e036a5db308 /src/tdesvn_events.cpp
parent6cd1f99df4d8a5385335e0148fb0d4e424631e6b (diff)
downloadtdesvn-2a84b711d4c9c28fd6e03457311fd05203318d24.tar.gz
tdesvn-2a84b711d4c9c28fd6e03457311fd05203318d24.zip
Finish rename from prior commit
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)
+{
+}