didn't mean to commit this
authorStephan Kulow <coolo@suse.de>
Mon, 3 Mar 2008 11:42:23 +0000 (11:42 +0000)
committerStephan Kulow <coolo@suse.de>
Mon, 3 Mar 2008 11:42:23 +0000 (11:42 +0000)
swig/Repository.i

index f5ed1bc..27e8d88 100644 (file)
     */
     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