Changeset 1795 for branches/newfiller
- Timestamp:
- 07/30/10 18:59:51 (14 years ago)
- Location:
- branches/newfiller/src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newfiller/src/FillerBase.cpp
r1793 r1795 22 22 table_(stable) 23 23 { 24 row_ = TableRow(table_->table()); 24 25 } 25 26 -
branches/newfiller/src/FillerBase.h
r1793 r1795 41 41 public: 42 42 explicit FillerBase(casa::CountedPtr<Scantable> stable); 43 virtual ~FillerBase() ;43 virtual ~FillerBase() {;} 44 44 45 45 // virtual bool open(const std::string& filename, const Record& rec)=0; … … 88 88 89 89 casa::CountedPtr< Scantable > table_; 90 90 91 91 private: 92 92
Note:
See TracChangeset
for help on using the changeset viewer.