diff options
Diffstat (limited to 'lib/infrastructure/threading/BackgroundThread.cs')
| -rw-r--r--[-rwxr-xr-x] | lib/infrastructure/threading/BackgroundThread.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/infrastructure/threading/BackgroundThread.cs b/lib/infrastructure/threading/BackgroundThread.cs index 63a7281..1cf3ce7 100755..100644 --- a/lib/infrastructure/threading/BackgroundThread.cs +++ b/lib/infrastructure/threading/BackgroundThread.cs @@ -1,6 +1,6 @@ -using gorilla.utility;
-
-namespace gorilla.infrastructure.threading
-{
- public interface BackgroundThread : DisposableCommand {}
-}
\ No newline at end of file +using jive.utility; + +namespace jive.infrastructure.threading +{ + public interface BackgroundThread : DisposableCommand {} +} |
