[pgsqlclient-checkins] pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/PgTypes PgBox.cs,1.7,1.8 Pg
Status: Inactive
Brought to you by:
carlosga_fb
Update of /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/PgTypes In directory sc8-pr-cvs1:/tmp/cvs-serv22448 Modified Files: PgBox.cs PgCircle.cs PgLine.cs PgLSeg.cs PgPath.cs PgPoint.cs PgPolygon.cs PgTimeSpan.cs Log Message: Changed #region names Index: PgBox.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/PgTypes/PgBox.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** PgBox.cs 14 Dec 2003 15:07:55 -0000 1.7 --- PgBox.cs 18 Dec 2003 11:47:05 -0000 1.8 *************** *** 61,65 **** #endregion ! #region OPERATORS public static bool operator ==(PgBox left, PgBox right) --- 61,65 ---- #endregion ! #region Operators public static bool operator ==(PgBox left, PgBox right) *************** *** 91,95 **** #endregion ! #region OVERRIDEN_METHODS public override string ToString() --- 91,95 ---- #endregion ! #region Overriden Methods public override string ToString() Index: PgCircle.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/PgTypes/PgCircle.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PgCircle.cs 14 Dec 2003 15:07:55 -0000 1.5 --- PgCircle.cs 18 Dec 2003 11:47:05 -0000 1.6 *************** *** 61,65 **** #endregion ! #region OPERATORS public static bool operator ==(PgCircle left, PgCircle right) --- 61,65 ---- #endregion ! #region Operators public static bool operator ==(PgCircle left, PgCircle right) *************** *** 89,93 **** #endregion ! #region OVERRIDEN_METHODS public override string ToString() --- 89,93 ---- #endregion ! #region Overriden Methods public override string ToString() Index: PgLine.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/PgTypes/PgLine.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PgLine.cs 14 Dec 2003 15:07:55 -0000 1.5 --- PgLine.cs 18 Dec 2003 11:47:05 -0000 1.6 *************** *** 61,65 **** #endregion ! #region OPERATORS public static bool operator ==(PgLine left, PgLine right) --- 61,65 ---- #endregion ! #region Operators public static bool operator ==(PgLine left, PgLine right) *************** *** 91,95 **** #endregion ! #region OVERRIDEN_METHODS public override string ToString() --- 91,95 ---- #endregion ! #region Overriden Methods public override string ToString() Index: PgLSeg.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/PgTypes/PgLSeg.cs,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** PgLSeg.cs 14 Dec 2003 15:07:55 -0000 1.6 --- PgLSeg.cs 18 Dec 2003 11:47:05 -0000 1.7 *************** *** 61,65 **** #endregion ! #region OPERATORS public static bool operator ==(PgLSeg left, PgLSeg right) --- 61,65 ---- #endregion ! #region Operators public static bool operator ==(PgLSeg left, PgLSeg right) *************** *** 91,95 **** #endregion ! #region OVERRIDEN_METHODS public override string ToString() --- 91,95 ---- #endregion ! #region Overriden Methods public override string ToString() Index: PgPath.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/PgTypes/PgPath.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PgPath.cs 14 Dec 2003 15:07:55 -0000 1.5 --- PgPath.cs 18 Dec 2003 11:47:05 -0000 1.6 *************** *** 55,59 **** #endregion ! #region OPERATORS public static bool operator ==(PgPath left, PgPath right) --- 55,59 ---- #endregion ! #region Operators public static bool operator ==(PgPath left, PgPath right) *************** *** 99,103 **** #endregion ! #region OVERRIDEN_METHODS public override string ToString() --- 99,103 ---- #endregion ! #region Overriden Methods public override string ToString() Index: PgPoint.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/PgTypes/PgPoint.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PgPoint.cs 14 Dec 2003 15:07:55 -0000 1.5 --- PgPoint.cs 18 Dec 2003 11:47:05 -0000 1.6 *************** *** 55,59 **** #endregion ! #region OPERATORS public static bool operator ==(PgPoint left, PgPoint right) --- 55,59 ---- #endregion ! #region Operators public static bool operator ==(PgPoint left, PgPoint right) *************** *** 83,87 **** #endregion ! #region OVERRIDEN_METHODS public override string ToString() --- 83,87 ---- #endregion ! #region Overriden Methods public override string ToString() Index: PgPolygon.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/PgTypes/PgPolygon.cs,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** PgPolygon.cs 14 Dec 2003 15:07:55 -0000 1.6 --- PgPolygon.cs 18 Dec 2003 11:47:05 -0000 1.7 *************** *** 48,52 **** #endregion ! #region OPERATORS public static bool operator ==(PgPolygon left, PgPolygon right) --- 48,52 ---- #endregion ! #region Operators public static bool operator ==(PgPolygon left, PgPolygon right) *************** *** 92,96 **** #endregion ! #region OVERRIDEN_METHODS public override string ToString() --- 92,96 ---- #endregion ! #region Overriden Methods public override string ToString() Index: PgTimeSpan.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/PgTypes/PgTimeSpan.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PgTimeSpan.cs 18 Dec 2003 10:27:33 -0000 1.4 --- PgTimeSpan.cs 18 Dec 2003 11:47:05 -0000 1.5 *************** *** 124,128 **** #endregion ! #region OPERATORS public static bool operator ==(PgTimeSpan left, PgTimeSpan right) --- 124,128 ---- #endregion ! #region Operators public static bool operator ==(PgTimeSpan left, PgTimeSpan right) *************** *** 210,214 **** #endregion ! #region OVERRIDEN_METHODS public override string ToString() --- 210,214 ---- #endregion ! #region Overriden Methods public override string ToString() |