summaryrefslogtreecommitdiff
path: root/comIvy
diff options
context:
space:
mode:
Diffstat (limited to 'comIvy')
-rw-r--r--comIvy/Expression.h1
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 );
};