From e0181f1d587901d5d023700845de0225f7aacba9 Mon Sep 17 00:00:00 2001 From: Rinat Abdullin Date: Mon, 4 Mar 2013 21:30:14 +0600 Subject: [PATCH] tweak the namespace --- Source/Btw.Portable/IAppendOnlyStore.cs | 3 +-- Source/Btw.Redis/RedisAppendOnlyStore.cs | 2 +- Source/Gtd.Console/Program.cs | 1 + Source/Gtd.Console/SynchronousEventHandler.cs | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/Btw.Portable/IAppendOnlyStore.cs b/Source/Btw.Portable/IAppendOnlyStore.cs index 81fa81b..5e2c9c1 100644 --- a/Source/Btw.Portable/IAppendOnlyStore.cs +++ b/Source/Btw.Portable/IAppendOnlyStore.cs @@ -11,8 +11,7 @@ using ProtoBuf; using ProtoBuf.Meta; - -namespace Gtd.Shell +namespace Btw.Portable { // [abdullin]: currently we are using append-only store from Lokad.CQRS diff --git a/Source/Btw.Redis/RedisAppendOnlyStore.cs b/Source/Btw.Redis/RedisAppendOnlyStore.cs index a7c252e..a189e2d 100644 --- a/Source/Btw.Redis/RedisAppendOnlyStore.cs +++ b/Source/Btw.Redis/RedisAppendOnlyStore.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; -using Gtd.Shell; +using Btw.Portable; using ServiceStack.Redis; namespace Btw.Redis diff --git a/Source/Gtd.Console/Program.cs b/Source/Gtd.Console/Program.cs index 74bca1c..3cf7595 100644 --- a/Source/Gtd.Console/Program.cs +++ b/Source/Gtd.Console/Program.cs @@ -4,6 +4,7 @@ using System.Linq; using System.Text; using System.Threading; +using Btw.Portable; using Gtd.CoreDomain; using Gtd.Shell.Commands; using Gtd.Shell.Filters; diff --git a/Source/Gtd.Console/SynchronousEventHandler.cs b/Source/Gtd.Console/SynchronousEventHandler.cs index aecfe9d..a6f0197 100644 --- a/Source/Gtd.Console/SynchronousEventHandler.cs +++ b/Source/Gtd.Console/SynchronousEventHandler.cs @@ -1,5 +1,6 @@ using System.Collections.Generic; using System.Linq; +using Btw.Portable; using Gtd.CoreDomain; using Microsoft.CSharp.RuntimeBinder;