*** empty log message ***
[mono.git] / mcs / class / IBM.Data.DB2 / IBM.Data.DB2 / DB2RowUpdatedEventHandler.cs
diff --git a/mcs/class/IBM.Data.DB2/IBM.Data.DB2/DB2RowUpdatedEventHandler.cs b/mcs/class/IBM.Data.DB2/IBM.Data.DB2/DB2RowUpdatedEventHandler.cs
new file mode 100755 (executable)
index 0000000..4bdf4b0
--- /dev/null
@@ -0,0 +1,5 @@
+using System;
+
+namespace IBM.Data.DB2 {
+       public delegate void DB2RowUpdatedEventHandler (object sender, DB2RowUpdatedEventArgs e);
+}