new facade system: manec and manei, removed manager
commitc69a49f8af4dcafe6ef58529d6f3a639c8a03322
authorPawel Dziepak <pdziepak@quarnos.org>
Tue, 21 Apr 2009 20:13:17 +0000 (21 22:13 +0200)
committerPawel Dziepak <pdziepak@quarnos.org>
Tue, 21 Apr 2009 20:13:17 +0000 (21 22:13 +0200)
tree570d5cec99bbe566b79cdb329d79b73843101834
parentf6349f86b427268ecb24d326a25322ea19f230cd
new facade system: manec and manei, removed manager

 * broken interface compatibility (other parts of the kernel needs updating)
 * manec and manei are the first facades, reccomended introducing other ones
 * manager class made redundant - removed
 * manec and manei changed from static classes to singletons
17 files changed:
actors/actor.cpp
actors/director.cpp
actors/roundrobin.cpp
arch/x86/launch.cpp
arch/x86/pit.cpp
manes/Makefile
manes/error.h
manes/factory.h
manes/manec.cpp [moved from manes/manager.cpp with 62% similarity]
manes/manec.h [moved from manes/manager.h with 61% similarity]
manes/manei.cpp
manes/manei.h
manes/mem_alloc.cpp
manes/root.h
manes/start.cpp
modules/modules_start.cpp
resources/rs232.cpp