do the same for Io functions
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
3290fe6146
commit
ef82f953c0
@ -924,13 +924,6 @@ class EXIV2API HttpIo : public RemoteIo {
|
||||
*/
|
||||
explicit HttpIo(const std::string& url, size_t blockSize = 1024);
|
||||
|
||||
~HttpIo() override = default;
|
||||
// NOT IMPLEMENTED
|
||||
//! Copy constructor
|
||||
HttpIo(const HttpIo&) = delete;
|
||||
//! Assignment operator
|
||||
HttpIo& operator=(const HttpIo&) = delete;
|
||||
|
||||
private:
|
||||
// Pimpl idiom
|
||||
class HttpImpl;
|
||||
@ -969,13 +962,6 @@ class EXIV2API CurlIo : public RemoteIo {
|
||||
*/
|
||||
size_t write(BasicIo& src) override;
|
||||
|
||||
~CurlIo() override = default;
|
||||
// NOT IMPLEMENTED
|
||||
//! Copy constructor
|
||||
CurlIo(const CurlIo&) = delete;
|
||||
//! Assignment operator
|
||||
CurlIo& operator=(const CurlIo&) = delete;
|
||||
|
||||
protected:
|
||||
// Pimpl idiom
|
||||
class CurlImpl;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user