]> vaikene.ee Git - evaf/commit - src/libs/Common/event.h
Added more sources to the common library.
authorEnar Väikene <enar.vaikene@mt.com>
Thu, 21 Apr 2011 13:05:15 +0000 (16:05 +0300)
committerEnar Väikene <enar.vaikene@mt.com>
Thu, 21 Apr 2011 13:05:15 +0000 (16:05 +0300)
commit5815060246f84e8efdf3143b4e8c7d00778168cf
treed1520805a56f8e4b1184e53182efe15d537ead0c
parent688e916955a6b848dbbae1f65ae85a73593ed680
Added more sources to the common library.
Removed other modules from the build system so that the common lib can be compiled.
16 files changed:
src/CMakeLists.txt
src/libs/CMakeLists.txt
src/libs/Common/CMakeLists.txt [new file with mode: 0644]
src/libs/Common/app.cpp
src/libs/Common/app.h
src/libs/Common/env.cpp [new file with mode: 0644]
src/libs/Common/env.h [new file with mode: 0644]
src/libs/Common/event.cpp [new file with mode: 0644]
src/libs/Common/event.h
src/libs/Common/eventqueue.cpp [new file with mode: 0644]
src/libs/Common/eventqueue.h [new file with mode: 0644]
src/libs/Common/iapp.h
src/libs/Common/ienv.h
src/libs/Common/ieventqueue.h
src/libs/Common/ilogger.h
src/libs/Common/registry.cpp