diff options
Diffstat (limited to 'lib/infrastructure/threading/CommandProcessor.cs')
| -rw-r--r--[-rwxr-xr-x] | lib/infrastructure/threading/CommandProcessor.cs | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/infrastructure/threading/CommandProcessor.cs b/lib/infrastructure/threading/CommandProcessor.cs index 0306732..35f81ff 100755..100644 --- a/lib/infrastructure/threading/CommandProcessor.cs +++ b/lib/infrastructure/threading/CommandProcessor.cs @@ -1,12 +1,12 @@ -using System;
-using gorilla.utility;
-
-namespace gorilla.infrastructure.threading +using System; +using jive.utility; + +namespace jive.infrastructure.threading { - public interface CommandProcessor : Command - { - void add(Action command); - void add(Command command_to_process); - void stop(); - } -}
\ No newline at end of file + public interface CommandProcessor : Command + { + void add(Action command); + void add(Command command_to_process); + void stop(); + } +} |
