#ifndef cwIoPresetSelApp_h
#define cwIoPresetSelApp_h

namespace cw
{
  namespace preset_sel_app
  {
    rc_t main( const object_t* cfg );
  }
}


#endif