Skip to content

Commit

Permalink
tweak the namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullin committed Mar 4, 2013
1 parent 70f9439 commit e0181f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Source/Btw.Portable/IAppendOnlyStore.cs
Expand Up @@ -11,8 +11,7 @@
using ProtoBuf; using ProtoBuf;
using ProtoBuf.Meta; using ProtoBuf.Meta;



namespace Btw.Portable
namespace Gtd.Shell
{ {
// [abdullin]: currently we are using append-only store from Lokad.CQRS // [abdullin]: currently we are using append-only store from Lokad.CQRS


Expand Down
2 changes: 1 addition & 1 deletion Source/Btw.Redis/RedisAppendOnlyStore.cs
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using Gtd.Shell; using Btw.Portable;
using ServiceStack.Redis; using ServiceStack.Redis;


namespace Btw.Redis namespace Btw.Redis
Expand Down
1 change: 1 addition & 0 deletions Source/Gtd.Console/Program.cs
Expand Up @@ -4,6 +4,7 @@
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Threading; using System.Threading;
using Btw.Portable;
using Gtd.CoreDomain; using Gtd.CoreDomain;
using Gtd.Shell.Commands; using Gtd.Shell.Commands;
using Gtd.Shell.Filters; using Gtd.Shell.Filters;
Expand Down
1 change: 1 addition & 0 deletions Source/Gtd.Console/SynchronousEventHandler.cs
@@ -1,5 +1,6 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using Btw.Portable;
using Gtd.CoreDomain; using Gtd.CoreDomain;
using Microsoft.CSharp.RuntimeBinder; using Microsoft.CSharp.RuntimeBinder;


Expand Down

0 comments on commit e0181f1

Please sign in to comment.