context fixes

This commit is contained in:
TLINDEN
2014-05-06 11:49:31 +02:00
parent db264ff16b
commit 729c137e3c
11 changed files with 48 additions and 44 deletions

View File

@@ -39,8 +39,9 @@ namespace pcp {
// constructors
PcpContext();
// destructors
~PcpContext();
// clean up, wo don't do it in the destructor,
// since it will be called multiple times otherwise
void done();
};
};