f-spot r3571 - trunk/src
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3571 - trunk/src
- Date: Fri, 18 Jan 2008 13:38:00 +0000 (GMT)
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]