summaryrefslogtreecommitdiff
path: root/lib/infrastructure/threading/ITimerFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/infrastructure/threading/ITimerFactory.cs')
-rw-r--r--[-rwxr-xr-x]lib/infrastructure/threading/ITimerFactory.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/infrastructure/threading/ITimerFactory.cs b/lib/infrastructure/threading/ITimerFactory.cs
index 397bbef..2dd1e1e 100755..100644
--- a/lib/infrastructure/threading/ITimerFactory.cs
+++ b/lib/infrastructure/threading/ITimerFactory.cs
@@ -1,9 +1,9 @@
-using System;
-
-namespace gorilla.infrastructure.threading
-{
- public interface ITimerFactory
- {
- System.Timers.Timer create_for(TimeSpan span);
- }
-} \ No newline at end of file
+using System;
+
+namespace jive.infrastructure.threading
+{
+ public interface ITimerFactory
+ {
+ System.Timers.Timer create_for(TimeSpan span);
+ }
+}