SyncContext: added comment for getUsedSyncURL()

The function had been added without explanation. This comment
documents my understanding of its purpose...
This commit is contained in:
Patrick Ohly 2010-07-29 21:01:14 +02:00
parent 92a816aba7
commit 438779d7ff

View file

@ -760,6 +760,12 @@ class SyncContext : public SyncConfig, public ConfigUserInterface {
public:
static bool transport_cb (void *data);
/**
* Returns the URL in the getSyncURL() list which is to be used
* for sync. The long term goal is to pick the first URL which
* uses a currently available transport; right now it simply picks
* the first supported one.
*/
string getUsedSyncURL();
};