db-move: moved polari from [testing] to [extra] (x86_64)
[arch-packages.git] / libcmis / trunk / getRefreshToken.diff
bloba99d82aabb2a2e2ceb4583af7173490c36e8ff7f
1 diff --git a/inc/libcmis/session.hxx b/inc/libcmis/session.hxx
2 index 0a768a8..ec95ab4 100644
3 --- a/inc/libcmis/session.hxx
4 +++ b/inc/libcmis/session.hxx
5 @@ -95,6 +95,8 @@ namespace libcmis
6 certificate exception feature available on common web browser.
7 */
8 virtual void setNoSSLCertificateCheck( bool noCheck ) = 0;
10 + virtual std::string getRefreshToken() { return ""; };