2021-11-01 14:28:44 +00:00
|
|
|
#ifndef cwIoPresetSelApp_h
|
|
|
|
#define cwIoPresetSelApp_h
|
|
|
|
|
|
|
|
namespace cw
|
|
|
|
{
|
|
|
|
namespace preset_sel_app
|
|
|
|
{
|
2021-12-11 20:21:03 +00:00
|
|
|
rc_t main( const object_t* cfg, const object_t* flow_proc_dict );
|
2021-11-01 14:28:44 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|