Ignore:
Timestamp:
07/17/15 13:58:12 (9 years ago)
Author:
rlacroix
Message:

Add a basic garbage collector to ensure no packets linger in the filter graph.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/file_writer_filter.hpp

    r638 r639  
    1515    public: 
    1616      /*! 
    17        * Constructs the filter (with one input slot) associated to the specified field. 
     17       * Constructs the filter (with one input slot) associated to the specified field 
     18       * and a garbage collector. 
    1819       * 
     20       * \param gc the associated garbage collector 
    1921       * \param field the associated field 
    2022       */ 
    21       CFileWriterFilter(CField* field); 
     23      CFileWriterFilter(CGarbageCollector& gc, CField* field); 
    2224 
    2325    protected: 
Note: See TracChangeset for help on using the changeset viewer.