Adapt new event system for component

This commit is contained in:
Maxime “pep” Buquet 2017-05-25 00:22:40 +01:00
commit 2ee23c1c05
3 changed files with 54 additions and 54 deletions

View file

@ -12,7 +12,7 @@ pub mod ns;
pub mod transport;
pub mod error;
pub mod client;
//pub mod component;
pub mod component;
pub mod plugin;
#[macro_use] pub mod plugin_macro;
pub mod event;