diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-08 01:21:44 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-08 01:21:44 +0200 |
| commit | 47074177e4d6675918684fad34a6b5fe39c380e7 (patch) | |
| tree | aa687d822069ea5043c6d1da0cfea77f1ff4b073 /common/distrio_helper.h | |
| parent | 1a3ca3c5dbcb261658139110d51c3e2fb7b01146 (diff) | |
libdistrio_common: make lookups by name more robust
- check for corba exceptions
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'common/distrio_helper.h')
| -rw-r--r-- | common/distrio_helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/distrio_helper.h b/common/distrio_helper.h index 0a571db..f0ad95c 100644 --- a/common/distrio_helper.h +++ b/common/distrio_helper.h @@ -43,6 +43,8 @@ static corba_ref ref = { int init_corba (int argc, char **argv); /** run the orb - function starts orb in new thread and returns */ int run_orb (void); +/** join the orb - function blocks until orb is shutdown */ +int join_orb (void); /** register a digital io with a common name at the naming service */ int register_digital (Distrio_Digital_i *digital); |
