Ignore:
Timestamp:
07/30/10 17:49:03 (14 years ago)
Author:
Takeshi Nakazato
Message:
  1. Bug fixes on NROFiller.
  1. Makefile is updated to compile NROFiller
  1. Uncommented the line to create NROFiller in FillerWrapper?.h


File:
1 edited

Legend:

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

    r1791 r1792  
    2727#define ASAPNROFILLER_H
    2828
     29#include "FillerBase.h"
     30
    2931// STL
    3032#include <string>
     
    5254    // pointer to the reader
    5355    NROReader *reader_ ;
    54 }
     56};
    5557
    5658
    57 };
     59}
     60#endif
Note: See TracChangeset for help on using the changeset viewer.