LayerManagerControl: moved feature implementations from commands.cpp to helper.cpp
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 22 Nov 2012 09:36:05 +0000 (10:36 +0100)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 22 Nov 2012 14:34:51 +0000 (06:34 -0800)
commita0ae882425017faa820c1165e56e72916330f975
treeb4f31608e98ff98ee17a82fca9aa8c84bc50e6e3
parent5f1a93bb29085c288149e144786d333db68cde0c
LayerManagerControl: moved feature implementations from commands.cpp to helper.cpp

in order to keep the commands.cpp file short and easy to extend,
the implementations of the existing features was moved to a
different file, which currently is helper.cpp.

Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
LayerManagerExamples/LayerManagerControl/include/LMControl.h [new file with mode: 0644]
LayerManagerExamples/LayerManagerControl/src/commands.cpp
LayerManagerExamples/LayerManagerControl/src/helper.cpp