diff options
Diffstat (limited to 'Bus/Ivy/Ivy.h')
-rw-r--r-- | Bus/Ivy/Ivy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bus/Ivy/Ivy.h b/Bus/Ivy/Ivy.h index 9bf137b..78e87ca 100644 --- a/Bus/Ivy/Ivy.h +++ b/Bus/Ivy/Ivy.h @@ -74,6 +74,7 @@ private: ivy::vector< IvyMessageCallback* > callbacks;
protected:
+ void SubstituteInterval (const char *src, char *dst, size_t dst_len);
void AddApplication( IvyApplication *app );
void RemoveApplication( IvyApplication *app);
|