]> git.sesse.net Git - casparcg/commit
* refactoring of AMCPProtocolStrategy::Parse and the AMCPCommands
authorniklaspandersson <niklas.p.andersson@svt.se>
Mon, 12 Aug 2013 16:01:35 +0000 (18:01 +0200)
committerniklaspandersson <niklas.p.andersson@svt.se>
Mon, 12 Aug 2013 16:01:35 +0000 (18:01 +0200)
commitaf9712801c6f09cfb1ba9429d43818af9e4090a4
treeb5dbfa1abf3380611d74953095c8a1f72d9da712
parent31786415d2a88d8a0a929ac1ddf06b8283e6e163
* refactoring of AMCPProtocolStrategy::Parse and the AMCPCommands
* implemented LOCK-command to protect a channel from accidental access
19 files changed:
protocol/amcp/AMCPCommand.h
protocol/amcp/AMCPCommandQueue.h
protocol/amcp/AMCPCommandsImpl.cpp
protocol/amcp/AMCPCommandsImpl.h
protocol/amcp/AMCPProtocolStrategy.cpp
protocol/amcp/AMCPProtocolStrategy.h
protocol/cii/CIIProtocolStrategy.cpp
protocol/cii/CIIProtocolStrategy.h
protocol/protocol.vcxproj
protocol/protocol.vcxproj.filters
protocol/util/AsyncEventServer.cpp
protocol/util/AsyncEventServer.h
protocol/util/ClientInfo.h
protocol/util/ProtocolStrategy.h
protocol/util/protocol_strategy.h
protocol/util/strategy_adapters.cpp
protocol/util/strategy_adapters.h
shell/main.cpp
shell/server.cpp