Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2015-10-15 21:54:52 +0300
committerRoeland Jago Douma <rullzer@owncloud.com>2015-10-15 21:54:52 +0300
commitdb1f4d4016dbd979ed7b7fdca069628c58dcd44f (patch)
treeb543e9ff0d07a993858ee2de501f313baf0b106d /src/gui/ocsjob.h
parent3ea944d1b349a82791b31c8c1707b35326d1d062 (diff)
OCSJob -> OcsJob and more docs
Diffstat (limited to 'src/gui/ocsjob.h')
-rw-r--r--src/gui/ocsjob.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/gui/ocsjob.h b/src/gui/ocsjob.h
index fe7752ce0..dc6c95d3b 100644
--- a/src/gui/ocsjob.h
+++ b/src/gui/ocsjob.h
@@ -27,13 +27,18 @@ namespace OCC {
/**
* @brief The OcsShareJob class
* @ingroup gui
+ *
+ * Base class for jobs that talk to the OCS endpoints on the server.
+ * All the comminication logic is handled in this class.
+ *
+ * All OCS jobs (e.g. sharing) should extend this class.
*/
-class OCSJob : public AbstractNetworkJob {
+class OcsJob : public AbstractNetworkJob {
Q_OBJECT
protected:
- explicit OCSJob(AccountPtr account, QObject* parent = 0);
+ explicit OcsJob(AccountPtr account, QObject* parent = 0);
/**
* Set the verb for the job