[8318] Deleted as expected runnable objects at related Thread deleting for avoid memory leaks. Author: VladimirMangos

[8319] Restore compile PGSQL support after last changes. Author: ApoC

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-08 12:12:56 -05:00
parent 658538a092
commit f8a05d264f
7 changed files with 36 additions and 16 deletions

View File

@@ -61,7 +61,7 @@ namespace ACE_Based
{
public:
Thread();
Thread(Runnable& instance);
explicit Thread(Runnable* instance);
~Thread();
bool start();