The old term bridge needs to be replaced to reflect the newer session concept. To do this it looks like we need to do the following:
- Rename bridge directory to session and fix all include paths
- Change the smtk::bridge namespace to smtk::session
So instead of smtlk::bridge::discrete::Session smtk::session::discrete::Session.
Any comments?