]> git.sesse.net Git - casparcg/commit
Merged CLK changes from trunk, and separated delimiter message splitting and codepage...
authorhellgore <hellgore@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 25 Sep 2012 15:28:25 +0000 (15:28 +0000)
committerhellgore <hellgore@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 25 Sep 2012 15:28:25 +0000 (15:28 +0000)
commitf3553f118beae8eb4ec9ae62ef8b7902bbe784cd
tree851527643ae46025e74f293ea3130b95bbf0c297
parente11b7c07af9147647360cafcc85248307f270441
Merged CLK changes from trunk, and separated delimiter message splitting and codepage conversion from AsyncEventServer to separate protocol adapters

git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.1.0@3365 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
18 files changed:
common/blocking_priority_queue.h
common/semaphore.h
protocol/clk/CLKCommand.cpp [deleted file]
protocol/clk/CLKProtocolStrategy.cpp
protocol/clk/CLKProtocolStrategy.h
protocol/clk/clk_command_processor.cpp [new file with mode: 0644]
protocol/clk/clk_command_processor.h [new file with mode: 0644]
protocol/clk/clk_commands.cpp [new file with mode: 0644]
protocol/clk/clk_commands.h [moved from protocol/clk/CLKCommand.h with 59% similarity]
protocol/protocol.vcxproj
protocol/protocol.vcxproj.filters
protocol/util/AsyncEventServer.cpp
protocol/util/AsyncEventServer.h
protocol/util/ProtocolStrategy.h
protocol/util/protocol_strategy.h [new file with mode: 0644]
protocol/util/strategy_adapters.cpp [new file with mode: 0644]
protocol/util/strategy_adapters.h [new file with mode: 0644]
shell/server.cpp