diff options
author | lloyd <[email protected]> | 2010-08-03 22:45:09 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-03 22:45:09 +0000 |
commit | 5d9eecf1646facfff9b20e9932894fce0d0ff39c (patch) | |
tree | 80a943a66eb4267d3a19db7278d1ba8c668a5715 /src/algo_factory | |
parent | 657b633f51091a40ce8b1c7513d2b5a2731c9d46 (diff) | |
parent | 66b2ea0c063b69623ecf601027132f4a4ff366f5 (diff) |
merge of '28d57385c0f1a9a2665288ce728e8b3231634f59'
and 'a4d88442d5f6b8554234c7f7468856868919b614'
Diffstat (limited to 'src/algo_factory')
-rw-r--r-- | src/algo_factory/algo_factory.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/algo_factory/algo_factory.h b/src/algo_factory/algo_factory.h index fe046eac1..33a778b01 100644 --- a/src/algo_factory/algo_factory.h +++ b/src/algo_factory/algo_factory.h @@ -183,6 +183,10 @@ class BOTAN_DLL Algorithm_Factory friend class Engine_Iterator; private: + Algorithm_Factory(const Algorithm_Factory&) {} + Algorithm_Factory& operator=(const Algorithm_Factory&) + { return (*this); } + Engine* get_engine_n(u32bit) const; std::vector<Engine*> engines; |