Changeset 18439
- Timestamp:
- 01/07/03 15:11:00 (7 years ago)
- Files:
-
- 1 modified
-
trunk/third/oaf/liboaf/oaf-registration.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/third/oaf/liboaf/oaf-registration.c
r18119 r18439 213 213 214 214 const char *oaf_ac_cmd[] = 215 { " oafd", "--ac-activate", "--ior-output-fd=%d", NULL };216 const char *oaf_od_cmd[] = { " dustbuster", "-S", "oafd", "--ior-output-fd=%d", NULL };215 { "dustbuster", "-S", "oafd", "--ac-activate", "--ior-output-fd=%d", NULL }; 216 const char *oaf_od_cmd[] = { "oafd", "--ior-output-fd=%d", NULL }; 217 217 218 218 struct SysServerInstance … … 232 232 { 233 233 {"IDL:OAF/ActivationContext:1.0", (const char **) oaf_ac_cmd, 234 2, CORBA_OBJECT_NIL},234 4, CORBA_OBJECT_NIL}, 235 235 {"IDL:OAF/ObjectDirectory:1.0", (const char **) oaf_od_cmd, 236 3, CORBA_OBJECT_NIL},236 1, CORBA_OBJECT_NIL}, 237 237 { NULL} 238 238 };
