From: Stephan Kulow Date: Mon, 3 Mar 2008 11:42:23 +0000 (+0000) Subject: didn't mean to commit this X-Git-Tag: BASE-SuSE-Code-12_2-Branch~153 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cac1e5a9ae7a40e653677767199422b62a7b4eb7;p=platform%2Fupstream%2Flibzypp-bindings.git didn't mean to commit this --- diff --git a/swig/Repository.i b/swig/Repository.i index f5ed1bc..27e8d88 100644 --- a/swig/Repository.i +++ b/swig/Repository.i @@ -13,6 +13,14 @@ */ Repository(); + /** \short Factory ctor taking a RepositoryImpl. + * This is quite low level. You usually want to use RepoManager to + * manage the repositories. + * \see RepoManager + */ + explicit + Repository( const Impl_Ptr & impl_r ); + /** \short Factory ctor taking a RepositoryImpl. */ explicit @@ -51,4 +59,4 @@ }; - + \ No newline at end of file