Source
1342
1342
* has to be done in order to get the row added (very likely after having modified
1343
1343
* some of its attributes).
1344
1344
* If row is null then the method returns a row with default values for its attributes.
1345
1345
*
1346
1346
* This constructor is private because only the
1347
1347
* table can create rows. All rows know the table
1348
1348
* to which they belong.
1349
1349
* @param table The table to which this row belongs.
1350
1350
* @param row The row which is to be copied.
1351
1351
*/
1352
-
CalAppPhaseRow (CalAppPhaseTable &table, CalAppPhaseRow &row);
1352
+
CalAppPhaseRow (CalAppPhaseTable &table, CalAppPhaseRow *row);
1353
1353
1354
1354
////////////////////////////////
1355
1355
// Intrinsic Table Attributes //
1356
1356
////////////////////////////////
1357
1357
1358
1358
1359
1359
// ===> Attribute basebandName
1360
1360
1361
1361
1362
1362