improved resources interfaces (main resources types)
commit5ff3bdb5a2ee8920f91897b9d4c63331cc22c71e
authorPawel Dziepak <pdziepak@quarnos.org>
Mon, 15 Sep 2008 21:18:38 +0000 (15 23:18 +0200)
committerPawel Dziepak <pdziepak@quarnos.org>
Mon, 15 Sep 2008 21:18:38 +0000 (15 23:18 +0200)
tree782fde7d66d395f2ce45f1879af4a0697b2377aa
parent9cfd5e75c6d109a88222d255f19a0988f36570fd
improved resources interfaces (main resources types)

 * three main resources types (file, device, buffer)
 * three main resources managers (bus, mm, filesystem)
 * device type interfaces are independent from resource class

 Only interface. Implementation is not ready yet.
16 files changed:
resources/buffer.cpp [moved from resources/res_buffer.cpp with 100% similarity]
resources/buffer.h [new file with mode: 0644]
resources/device.h [new file with mode: 0644]
resources/device_descr.h [deleted file]
resources/file.h
resources/res_block.h
resources/res_buffer.h [deleted file]
resources/res_bus.h
resources/res_exec.h
resources/res_fs.h
resources/res_mm.h [new file with mode: 0644]
resources/res_socket.h
resources/res_stream.h
resources/resource.h
resources/resource_type.h
resources/slob.h