diff options
Diffstat (limited to 'Kokyu/Kokyu.h')
-rw-r--r-- | Kokyu/Kokyu.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Kokyu/Kokyu.h b/Kokyu/Kokyu.h index c5a47ff90b6..b2e041bed8c 100644 --- a/Kokyu/Kokyu.h +++ b/Kokyu/Kokyu.h @@ -32,6 +32,14 @@ //around. #include "Dispatcher_Impl.h" +//################################################################# +//Beware that this interface will be subject to change in the future +//since this is the very initial release. We will be working on +//trying to merge the DSRT and EC mechanisms in the future. If you +//are a user of this interface, kindly let us know so that we can +//coordinate with you when we refactor this interface. +//################################################################## + namespace Kokyu { //class Dispatcher_Impl; |