Ignore:
Timestamp:
08/02/10 12:15:19 (14 years ago)
Author:
Malte Marquarding
Message:

disable default, copy ctor and assignment op

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newfiller/src/FillerWrapper.h

    r1806 r1811  
    7474private:
    7575
    76   FillerWrapper() {;}
    77   FillerWrapper(const FillerWrapper& other) {;}
     76  FillerWrapper();
     77  FillerWrapper(const FillerWrapper&);
     78  FillerWrapper& operator=(const FillerWrapper&);
    7879
    7980  casa::CountedPtr<FillerBase> filler_;
Note: See TracChangeset for help on using the changeset viewer.