banshee r3380 - in trunk/banshee: . src/Libraries/Hyena/Hyena.Data
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3380 - in trunk/banshee: . src/Libraries/Hyena/Hyena.Data
- Date: Wed, 5 Mar 2008 02:02:23 +0000 (GMT)
Author: gburt
Date: Wed Mar 5 02:02:22 2008
New Revision: 3380
URL: http://svn.gnome.org/viewvc/banshee?rev=3380&view=rev
Log:
2008-03-04 Gabriel Burt <gabriel burt gmail com>
* src/Libraries/Hyena/Hyena.Data/ISelectable.cs: Forgot to commit new file.
Added:
trunk/banshee/src/Libraries/Hyena/Hyena.Data/ISelectable.cs
Modified:
trunk/banshee/ChangeLog
Added: trunk/banshee/src/Libraries/Hyena/Hyena.Data/ISelectable.cs
==============================================================================
--- (empty file)
+++ trunk/banshee/src/Libraries/Hyena/Hyena.Data/ISelectable.cs Wed Mar 5 02:02:22 2008
@@ -0,0 +1,39 @@
+//
+// ISelectable.cs
+//
+// Author:
+// Aaron Bockover <abockover novell com>
+//
+// Copyright (C) 2007 Novell, Inc.
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+
+using System;
+
+using Hyena.Collections;
+
+namespace Hyena.Data
+{
+ public interface ISelectable
+ {
+ Selection Selection { get; }
+ }
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]