diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-07 16:00:59 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-07 16:00:59 +0200 |
| commit | e3f225cd4fb60437d94288849f7af03179d56f6b (patch) | |
| tree | 7c4ef56f5c83fc6cdd6d74a0aa8011f0f39b0307 /common/distrio_helper.h | |
| parent | f5e17d19e473e501ffa964ec3ccda1970ecafbf2 (diff) | |
retriving digital ios inside a device works now
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, 1 insertions, 1 deletions
diff --git a/common/distrio_helper.h b/common/distrio_helper.h index 3f96d93..69a6ef0 100644 --- a/common/distrio_helper.h +++ b/common/distrio_helper.h @@ -42,7 +42,7 @@ static corba_ref ref = { /** initialize corba orb - argc, argv as passed to main() */ int init_corba (int argc, char **argv); /** register a digital io with a common name at the naming service */ -int register_digital (std::string _name, Distrio_Digital_i *digital); +int register_digital (Distrio_Digital_i *digital); /** lookup a digital io by a common name at the manager */ Distrio::Digital_ptr lookup_digital (std::string _name); /** register a device with a common name at the naming service */ |
