- Implemented PythonPolicyManager::collect_policies()
- Integrated PythonPolicyManager with PoliciesGatekeeper git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@620 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
c5d78f3547
commit
65ed285807
5 changed files with 79 additions and 12 deletions
|
@ -43,7 +43,7 @@ class TestPythonPolicyManager : public PythonPolicyManager {
|
|||
public:
|
||||
void test_init(const char* policy_name) {
|
||||
init();
|
||||
_python_policy = std::auto_ptr<PythonPolicy>(new PythonPolicy(policy_name));
|
||||
_python_policy = new PythonPolicy(policy_name);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue