Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/PKSFiller.h

    r1904 r1819  
    2020#include <casa/Arrays/Vector.h>
    2121
    22 
    2322#include "FillerBase.h"
    2423#include "Scantable.h"
    2524
    26 class casa::Record;
    2725class PKSreader;
    2826
     
    3634    virtual ~PKSFiller();
    3735
    38     bool open(const std::string& filename, const casa::Record& rec);
    39     //    bool open(const std::string& filename);
     36//    bool open(const std::string& filename, const Record& rec)=0;
     37    bool open(const std::string& filename);
    4038    void fill();
    4139    void close();
Note: See TracChangeset for help on using the changeset viewer.