[Pkg-owncloud-commits] [owncloud-client] 63/115: DiscoveryPhase: put in namespace Mirall
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Aug 29 22:04:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit dc1836611182a9bf111470a568c15ff60472db62
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Mon Aug 18 14:45:48 2014 +0200
DiscoveryPhase: put in namespace Mirall
---
src/mirall/discoveryphase.cpp | 4 ++++
src/mirall/discoveryphase.h | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/src/mirall/discoveryphase.cpp b/src/mirall/discoveryphase.cpp
index 507e5ba..3963ccf 100644
--- a/src/mirall/discoveryphase.cpp
+++ b/src/mirall/discoveryphase.cpp
@@ -16,6 +16,8 @@
#include <csync_private.h>
#include <qdebug.h>
+namespace Mirall {
+
bool DiscoveryJob::isInBlackList(const QString& path) const
{
if (_selectiveSyncBlackList.isEmpty()) {
@@ -84,3 +86,5 @@ void DiscoveryJob::start() {
emit finished(csync_update(_csync_ctx));
deleteLater();
}
+
+}
diff --git a/src/mirall/discoveryphase.h b/src/mirall/discoveryphase.h
index 7e4c0e3..7788f6d 100644
--- a/src/mirall/discoveryphase.h
+++ b/src/mirall/discoveryphase.h
@@ -19,6 +19,9 @@
#include <QStringList>
#include <csync.h>
+
+namespace Mirall {
+
/**
* The Discovery Phase was once called "update" phase in csync therms.
* Its goal is to look at the files in one of the remote and check comared to the db
@@ -60,3 +63,4 @@ signals:
void folderDiscovered(bool local, QString folderUrl);
};
+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list