(svn r22111) -Codechange/fix-ish: upon cleaning a pool a destructor should not delete items from other pools

This commit is contained in:
rubidium
2011-02-19 18:02:17 +00:00
parent f575b45bae
commit 68bc93f950
4 changed files with 22 additions and 2 deletions

View File

@@ -197,6 +197,8 @@ public:
~CargoList();
void OnCleanPool();
/**
* Returns a pointer to the cargo packet list (so you can iterate over it etc).
* @return Pointer to the packet list.