Mercurial > fife-parpg
comparison engine/core/util/resource/pool.h @ 205:54bfd1015b35
* PyChan event handling rework (part I)
** Unified listeners
** ...hopefully more robust attach/detach code.
* Added compat, layout and also the new autopsition feature.
* Documentation
* Minor style fixes in core.
author | phoku@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 14 Mar 2009 12:13:29 +0000 |
parents | 376b8afc9a18 |
children | b84dbc4665b0 |
comparison
equal
deleted
inserted
replaced
204:5816ab527da8 | 205:54bfd1015b35 |
---|---|
128 * The location and loader information for the locations is lost. | 128 * The location and loader information for the locations is lost. |
129 * Only the resource loaders are retained. | 129 * Only the resource loaders are retained. |
130 */ | 130 */ |
131 virtual void reset(); | 131 virtual void reset(); |
132 | 132 |
133 protected: | |
134 private: | 133 private: |
135 class PoolEntry { | 134 class PoolEntry { |
136 public: | 135 public: |
137 PoolEntry(): resource(0), location(0), loader(0) {} | 136 PoolEntry(): resource(0), location(0), loader(0) {} |
138 ~PoolEntry() { | 137 ~PoolEntry() { |