Source
690
690
* has to be done in order to get the row added (very likely after having modified
691
691
* some of its attributes).
692
692
* If row is null then the method returns a row with default values for its attributes.
693
693
*
694
694
* This constructor is private because only the
695
695
* table can create rows. All rows know the table
696
696
* to which they belong.
697
697
* @param table The table to which this row belongs.
698
698
* @param row The row which is to be copied.
699
699
*/
700
-
CalGainRow (CalGainTable &table, CalGainRow &row);
700
+
CalGainRow (CalGainTable &table, CalGainRow *row);
701
701
702
702
////////////////////////////////
703
703
// Intrinsic Table Attributes //
704
704
////////////////////////////////
705
705
706
706
707
707
// ===> Attribute startValidTime
708
708
709
709
710
710
​