[smuxi/experiments/new_chat_sync_manager: 2/7] Frontend: make ChatViewSyncManager.SetState() internal



commit eb9e96bccf9df4d9990aa81bcd31ba552a2ec8e9
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Tue Jul 22 17:11:40 2014 +0200

    Frontend: make ChatViewSyncManager.SetState() internal
    
    (Not called from outside.)

 src/Frontend/ChatViewSyncManager.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Frontend/ChatViewSyncManager.cs b/src/Frontend/ChatViewSyncManager.cs
index aea6530..d44b245 100644
--- a/src/Frontend/ChatViewSyncManager.cs
+++ b/src/Frontend/ChatViewSyncManager.cs
@@ -293,7 +293,7 @@ namespace Smuxi.Frontend
                 SetState<InitialState>();
             }
 
-            public void SetState<T>() where T : State
+            internal void SetState<T>() where T : State
             {
                 State = (T)Activator.CreateInstance(typeof(T), this);
                 State.Init();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]