Source
1830
1830
* has to be done in order to get the row added (very likely after having modified
1831
1831
* some of its attributes).
1832
1832
* If row is null then the method returns a row with default values for its attributes.
1833
1833
*
1834
1834
* This constructor is private because only the
1835
1835
* table can create rows. All rows know the table
1836
1836
* to which they belong.
1837
1837
* @param table The table to which this row belongs.
1838
1838
* @param row The row which is to be copied.
1839
1839
*/
1840
-
SourceRow (SourceTable &table, SourceRow &row);
1840
+
SourceRow (SourceTable &table, SourceRow *row);
1841
1841
1842
1842
////////////////////////////////
1843
1843
// Intrinsic Table Attributes //
1844
1844
////////////////////////////////
1845
1845
1846
1846
1847
1847
// ===> Attribute sourceId
1848
1848
1849
1849
1850
1850