f-spot r3571 - trunk/src



Author: sdelcroix
Date: Fri Jan 18 13:38:00 2008
New Revision: 3571
URL: http://svn.gnome.org/viewvc/f-spot?rev=3571&view=rev

Log:
missing file

Added:
   trunk/src/DbItem.cs

Added: trunk/src/DbItem.cs
==============================================================================
--- (empty file)
+++ trunk/src/DbItem.cs	Fri Jan 18 13:38:00 2008
@@ -0,0 +1,21 @@
+/*
+ * FSpot.DbItem.cs
+ *
+ * Author(s):
+ *	Larry Ewing
+ *
+ * This is fre software. See COPYING for details.
+ */
+
+public class DbItem {
+	uint id;
+	public uint Id {
+		get { return id; }
+	}
+
+	protected DbItem (uint id) {
+		this.id = id;
+	}
+}
+
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]