Source
1361
1361
* has to be done in order to get the row added (very likely after having modified
1362
1362
* some of its attributes).
1363
1363
* If row is null then the method returns a row with default values for its attributes.
1364
1364
*
1365
1365
* This constructor is private because only the
1366
1366
* table can create rows. All rows know the table
1367
1367
* to which they belong.
1368
1368
* @param table The table to which this row belongs.
1369
1369
* @param row The row which is to be copied.
1370
1370
*/
1371
-
CalBandpassRow (CalBandpassTable &table, CalBandpassRow &row);
1371
+
CalBandpassRow (CalBandpassTable &table, CalBandpassRow *row);
1372
1372
1373
1373
////////////////////////////////
1374
1374
// Intrinsic Table Attributes //
1375
1375
////////////////////////////////
1376
1376
1377
1377
1378
1378
// ===> Attribute basebandName
1379
1379
1380
1380
1381
1381