stage4/stage4.cc
changeset 296 9cf0d701d211
parent 279 c0453b7f99df
child 369 569e7d9e2406
equal deleted inserted replaced
295:e7ce7c6bbb5d 296:9cf0d701d211
    91     m_file->close();
    91     m_file->close();
    92     delete m_file;
    92     delete m_file;
    93   }
    93   }
    94 }
    94 }
    95 
    95 
       
    96 void stage4out_c::flush(void) {
       
    97   out->flush();
       
    98 }
       
    99 
    96 void stage4out_c::enable_output(void) {
   100 void stage4out_c::enable_output(void) {
    97   allow_output = true;
   101   allow_output = true;
    98 }
   102 }
    99     
   103     
   100 void stage4out_c::disable_output(void) {
   104 void stage4out_c::disable_output(void) {