Update of /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/PostgreSqlClient
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24124
Modified Files:
PgCommandBuilder.cs PgNotificationEventArgs.cs
Log Message:
Started the reorganization of the CVS module
Index: PgNotificationEventArgs.cs
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/PostgreSqlClient/PgNotificationEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PgNotificationEventArgs.cs 8 Sep 2005 18:41:54 -0000 1.1
--- PgNotificationEventArgs.cs 10 Sep 2005 12:07:16 -0000 1.2
***************
*** 58,62 ****
this.processID = processID;
this.condition = condition;
! this.aditional = aditional;
}
--- 58,62 ----
this.processID = processID;
this.condition = condition;
! this.aditional = addtional;
}
Index: PgCommandBuilder.cs
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/PostgreSqlClient/PgCommandBuilder.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PgCommandBuilder.cs 9 Sep 2005 21:35:00 -0000 1.2
--- PgCommandBuilder.cs 10 Sep 2005 12:07:16 -0000 1.3
***************
*** 174,177 ****
#endregion
}
-
}
--- 174,176 ----
|