Skip to content
Snippets Groups Projects
  • Vladislav Shpilevoy's avatar
    1730b39a
    box: move port to src/ · 1730b39a
    Vladislav Shpilevoy authored
    Basic port structure does not depend on anything but
    standard types. It just gives an interface and calls
    virtual functions.
    
    Its location in box/ was ok since it was not used
    anywhere in src/. But next commits will add a new
    method to mpstream so as to dump port. Mpstream is
    implemented in src/, so lets move port over here.
    
    Needed for #3505
    1730b39a
    History
    box: move port to src/
    Vladislav Shpilevoy authored
    Basic port structure does not depend on anything but
    standard types. It just gives an interface and calls
    virtual functions.
    
    Its location in box/ was ok since it was not used
    anywhere in src/. But next commits will add a new
    method to mpstream so as to dump port. Mpstream is
    implemented in src/, so lets move port over here.
    
    Needed for #3505