Adjust namespaces

Esse commit está contido em:
Daniel Molkentin
2014-11-09 22:34:07 +01:00
commit ae85aa33fd
171 arquivos alterados com 288 adições e 288 exclusões
+3 -3
Ver Arquivo
@@ -46,11 +46,11 @@
#include <QProcess>
#include <QElapsedTimer>
namespace Mirall {
namespace OCC {
bool SyncEngine::_syncRunning = false;
SyncEngine::SyncEngine(CSYNC *ctx, const QString& localPath, const QString& remoteURL, const QString& remotePath, Mirall::SyncJournalDb* journal)
SyncEngine::SyncEngine(CSYNC *ctx, const QString& localPath, const QString& remoteURL, const QString& remotePath, OCC::SyncJournalDb* journal)
: _csync_ctx(ctx)
, _needsUpdate(false)
, _localPath(localPath)
@@ -1101,4 +1101,4 @@ void SyncEngine::abort()
_propagator->abort();
}
} // ns Mirall
} // namespace OCC