Source
811
811
* has to be done in order to get the row added (very likely after having modified
812
812
* some of its attributes).
813
813
* If row is null then the method returns a row with default values for its attributes.
814
814
*
815
815
* This constructor is private because only the
816
816
* table can create rows. All rows know the table
817
817
* to which they belong.
818
818
* @param table The table to which this row belongs.
819
819
* @param row The row which is to be copied.
820
820
*/
821
-
DelayModelVariableParametersRow (DelayModelVariableParametersTable &table, DelayModelVariableParametersRow &row);
821
+
DelayModelVariableParametersRow (DelayModelVariableParametersTable &table, DelayModelVariableParametersRow *row);
822
822
823
823
////////////////////////////////
824
824
// Intrinsic Table Attributes //
825
825
////////////////////////////////
826
826
827
827
828
828
// ===> Attribute delayModelVariableParametersId
829
829
830
830
831
831