Source
749
749
* has to be done in order to get the row added (very likely after having modified
750
750
* some of its attributes).
751
751
* If row is null then the method returns a row with default values for its attributes.
752
752
*
753
753
* This constructor is private because only the
754
754
* table can create rows. All rows know the table
755
755
* to which they belong.
756
756
* @param table The table to which this row belongs.
757
757
* @param row The row which is to be copied.
758
758
*/
759
-
CalDeviceRow (CalDeviceTable &table, CalDeviceRow &row);
759
+
CalDeviceRow (CalDeviceTable &table, CalDeviceRow *row);
760
760
761
761
////////////////////////////////
762
762
// Intrinsic Table Attributes //
763
763
////////////////////////////////
764
764
765
765
766
766
// ===> Attribute timeInterval
767
767
768
768
769
769