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

@@ -51,8 +51,8 @@ namespace pcp {
public:
// constructors
Vault();
Vault(PcpContext P);
Vault(PcpContext P, std::string filename);
Vault(PcpContext &P);
Vault(PcpContext &P, std::string filename);
// destructor
~Vault();