diff options
Diffstat (limited to 'interchange.hxx')
| -rw-r--r-- | interchange.hxx | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/interchange.hxx b/interchange.hxx index 37b7f5f..361334d 100644 --- a/interchange.hxx +++ b/interchange.hxx @@ -17,9 +17,13 @@ namespace QInterchange {  			 * \brief Constructor.  			 * \param sampleURL The value of the SAMPLEURL setting in products/variable.txt.  			 * \param image_Dir The value of the IMAGE_DIR setting in products/variable.txt. +			 * \param certificate Path to the cookie file.  			 * \param certificate Path to the CA certificate file.  			 */ -			Interchange(char const* sampleURL, char const* image_Dir, char const* certificate = nullptr); +			Interchange(char const* sampleURL, +					char const* image_Dir, +					char const* cookie = nullptr, +					char const* certificate = nullptr);  			/*!  			 * \brief Destructor.  			 */  |