X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fargumentstore.h;h=5f4c9dd066159831bfa60a6a40e6e8d1ded198ae;hp=c2d5d76f3dbb473c613840c7f92dd9320fa07d5b;hb=e1b8089be727f651fc2022d6e7ff775047730e85;hpb=e6d66163e377f6a0761c687913ebf8624508401e diff --git a/source/argumentstore.h b/source/argumentstore.h index c2d5d76..5f4c9dd 100644 --- a/source/argumentstore.h +++ b/source/argumentstore.h @@ -14,8 +14,14 @@ private: public: ArgumentStore(const StatementInfo &); + ArgumentStore(const ArgumentStore &); + ArgumentStore &operator=(const ArgumentStore &); ~ArgumentStore(); +private: + void destroy(); + void copy_from(const char *); +public: const StatementInfo &get_info() const { return info; } template