Add an activeobject manager to hold active objects (#7939)
authorLoïc Blot <nerzhul@users.noreply.github.com>
Thu, 13 Dec 2018 19:18:54 +0000 (20:18 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Dec 2018 19:18:54 +0000 (20:18 +0100)
commiteda35100b6c6f7d9b01c257557147545b563dc74
treee70929e401c91b4af4a40954c4af45ef59708832
parent839e935ba0572c592a791cc4dd4df4a9f6d2d260
Add an activeobject manager to hold active objects (#7939)

* Add an activeobject manager to hold active objects
* Add unittests
15 files changed:
src/activeobjectmgr.h [new file with mode: 0644]
src/client/CMakeLists.txt
src/client/activeobjectmgr.cpp [new file with mode: 0644]
src/client/activeobjectmgr.h [new file with mode: 0644]
src/client/clientenvironment.cpp
src/client/clientenvironment.h
src/server/CMakeLists.txt
src/server/activeobjectmgr.cpp [new file with mode: 0644]
src/server/activeobjectmgr.h [new file with mode: 0644]
src/serverenvironment.cpp
src/serverenvironment.h
src/unittest/CMakeLists.txt
src/unittest/test_clientactiveobjectmgr.cpp [new file with mode: 0644]
src/unittest/test_serveractiveobjectmgr.cpp [new file with mode: 0644]
src/unittest/test_utilities.cpp