X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/66442da08103433df9602b37f41208b0a5f624d2..2e5b40e357a5ab18b3a04f823b7cd27d5c94dc90:/src/eu/alefzero/webdav/WebdavClient.java?ds=sidebyside diff --git a/src/eu/alefzero/webdav/WebdavClient.java b/src/eu/alefzero/webdav/WebdavClient.java index e326b6bd..7577152d 100644 --- a/src/eu/alefzero/webdav/WebdavClient.java +++ b/src/eu/alefzero/webdav/WebdavClient.java @@ -1,9 +1,10 @@ /* ownCloud Android client application * Copyright (C) 2011 Bartek Przybylski + * Copyright (C) 2012-2013 ownCloud Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or + * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -336,4 +337,10 @@ public class WebdavClient extends HttpClient { } return super.executeMethod(hostconfig, method, state); } + + + public final Credentials getCredentials() { + return mCredentials; + } + }