#include <protocol-factory.hpp>
Classes | |
| struct | Error | 
| Base class for all exceptions thrown by channel factories.  More... | |
Public Member Functions | |
| virtual void | createFace (const FaceUri &uri, const FaceCreatedCallback &onCreated, const FaceConnectFailedCallback &onConnectFailed)=0 | 
| Try to create Face using the supplied Face URI.  More... | |
| virtual std::list< shared_ptr < const Channel > >  | getChannels () const =0 | 
Definition at line 49 of file protocol-factory.hpp.
      
  | 
  pure virtual | 
      
  | 
  pure virtual |