Changeset 525

Show
Ignore:
Timestamp:
03/02/08 19:41:28 (16 months ago)
Author:
mloskot
Message:

Added TODO comment to detail::FileImpl? about required RAII.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/detail/file.cpp

    r479 r525  
    3838    } 
    3939 
     40    // TODO: apply RAII 
    4041    assert(0 != m_istrm); 
    4142    m_reader = new LASReader(*m_istrm); 
     
    7778    } 
    7879 
     80    // TODO: apply RAII 
    7981    assert(0 != m_ostrm); 
    8082    m_writer = new LASWriter(*m_ostrm, m_header);