diff options
Diffstat (limited to 'comIvy/Expression.h')
-rw-r--r-- | comIvy/Expression.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comIvy/Expression.h b/comIvy/Expression.h index 70a5857..454973f 100644 --- a/comIvy/Expression.h +++ b/comIvy/Expression.h @@ -73,5 +73,6 @@ protected: CBus* bus;
int id;
virtual void OnMessage(IvyApplication * app, int argc, const char ** argv);
+ STDMETHOD(Bind)(char* regex, CBus* bus );
};
|