Ignore:
Timestamp:
Jan 9, 2006, 6:35:53 PM (20 years ago)
Author:
ansari
Message:

Corrections AddRow() au lieu de AddLine ds swppfdtable.h .cc - Reza 9/01/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/swppfdtable.h

    r2827 r2891  
    2626  virtual sa_size_t AddColumn(FieldType ft, string const & cnom);
    2727
    28   // Filling data structures (adding lines)
    29   virtual sa_size_t AddLine(const r_8* data);
    30   virtual sa_size_t AddLine(const MuTyV * data);
     28  // Filling data structures (adding lines/rows)
     29  virtual sa_size_t AddRow(const r_8* data);
     30  virtual sa_size_t AddRow(const MuTyV * data);
    3131
     32  //! Equal (copy) operator - Copies the data and the structure if necessary from \b a   
     33  inline  SwPPFDataTable& operator = (BaseDataTable const& a)
     34  { CopyMerge(a, true) ; return *this ; }
    3235  //! Equal (copy) operator - Copies the structure and shares the data \b a   
    33   inline SwPPFDataTable& operator = (SwPPFDataTable const& a)
     36  inline SwPPFDataTable&  operator = (SwPPFDataTable const& a)
    3437  { Clear(); Share(a); return *this ; }
    3538
Note: See TracChangeset for help on using the changeset viewer.