Ignore:
Timestamp:
03/07/13 19:56:52 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

more refactoring on NRO filler.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/atnf/PKSIO/NRODataset.h

    r2782 r2783  
    8989
    9090  // Data initialization
    91   virtual void initialize() ;
     91  virtual void initialize() = 0 ;
    9292
    9393  // open file
     
    203203
    204204 protected:
     205  // initialize common part
     206  void initializeCommon() ;
     207
    205208  // fill header information
    206209  virtual int fillHeader( int sameEndian ) = 0 ;
     210  int fillHeaderCommon( int sameEndian ) ;
    207211
    208212  // Endian conversion for int variable
Note: See TracChangeset for help on using the changeset viewer.