comment
authorJan Kupec <jkupec@suse.cz>
Mon, 16 Apr 2007 09:30:27 +0000 (09:30 +0000)
committerJan Kupec <jkupec@suse.cz>
Mon, 16 Apr 2007 09:30:27 +0000 (09:30 +0000)
zypp/source/MediaSet.h

index 0b42d01f4d7b539264ee853bd2bd3a57527bd83e..a17b69755877423edb9a2f0e456a3bfd94c9330e 100644 (file)
@@ -44,8 +44,14 @@ namespace zypp
 
       ~MediaSet();
 
-      /** Get the media access ID to specified media */
+      /**
+       * Get the media access ID to specified media
+       * 
+       * \throws MediaNotDesiredException if no_attach is false and no desired
+       *         media is found.
+       */
       media::MediaAccessId getMediaAccessId (media::MediaNr medianr, bool no_attach = false);
+
       /** Redirect specified media to a new MediaId */
       void redirect (media::MediaNr medianr, media::MediaAccessId media_id);
       /**