summaryrefslogtreecommitdiffstats
path: root/src/svnqt/wc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/wc.h')
-rw-r--r--src/svnqt/wc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/svnqt/wc.h b/src/svnqt/wc.h
index fa41c2d..7f8c1fe 100644
--- a/src/svnqt/wc.h
+++ b/src/svnqt/wc.h
@@ -71,19 +71,19 @@ namespace svn
*/
static void
ensureAdm (const TQString& dir, const TQString& uuid,
- const TQString& url, const Revision & revision) throw (ClientException);
+ const TQString& url, const Revision & revision);
/**
* retrieve the url of a given working copy item
* @param path the working copy item to check
* @return the repository url of @a path
*/
- static TQString getUrl(const TQString&path) throw (ClientException);
- static TQString getRepos(const TQString&path) throw (ClientException);
+ static TQString getUrl(const TQString&path);
+ static TQString getRepos(const TQString&path);
static const char * ADM_DIR_NAME;
private:
- static const svn_wc_entry_t *getEntry( const TQString &path ) throw ( ClientException );
+ static const svn_wc_entry_t *getEntry( const TQString &path );
};
}