Searched refs:AccessPolicy (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dstrciphr.cpp14 PolicyInterface &policy = this->AccessPolicy();
44 PolicyInterface &policy = this->AccessPolicy();
83 PolicyInterface &policy = this->AccessPolicy();
128 PolicyInterface &policy = this->AccessPolicy();
137 PolicyInterface &policy = this->AccessPolicy();
155 PolicyInterface &policy = this->AccessPolicy();
171 PolicyInterface &policy = this->AccessPolicy();
181 PolicyInterface &policy = this->AccessPolicy();
H A Dstrciphr.h22 get a reference to an abstract policy interface by calling AccessPolicy() on itself, so
23 AccessPolicy() must be overriden to return the actual policy reference. This is done
46 virtual POLICY_INTERFACE & AccessPolicy() =0;
54 POLICY_INTERFACE & AccessPolicy() {return *this;} function in class:ConcretePolicyHolder

Completed in 114 milliseconds