diff options
author | fcolin | 2007-02-01 12:57:39 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:57:39 +0000 |
commit | ad80e29890e5df6732fbb68a7028aca895923044 (patch) | |
tree | 5874cfad7c22b4af7505ce153b6675934a4791cb /Bus/Ivy/Ivy.h | |
parent | 702a84dc884d7b9edd17522108b1996d66e76bca (diff) | |
download | ivy-cplusplus-ad80e29890e5df6732fbb68a7028aca895923044.zip ivy-cplusplus-ad80e29890e5df6732fbb68a7028aca895923044.tar.gz ivy-cplusplus-ad80e29890e5df6732fbb68a7028aca895923044.tar.bz2 ivy-cplusplus-ad80e29890e5df6732fbb68a7028aca895923044.tar.xz |
Utilisateur : Fcolin Date : 22/09/06 Heure : 14:54 Archivé dans $/Bus/Ivy Commentaire: (vss 21)
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);
|