Changeset 18439

Show
Ignore:
Timestamp:
01/07/03 15:11:00 (7 years ago)
Author:
ghudson
Message:

Revert last rev; it seems to have been an erroneous change lying
around in my working copy, and not part of the merge.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/third/oaf/liboaf/oaf-registration.c

    r18119 r18439  
    213213 
    214214const 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 }; 
     216const char *oaf_od_cmd[] = { "oafd", "--ior-output-fd=%d", NULL }; 
    217217 
    218218struct SysServerInstance 
     
    232232{ 
    233233        {"IDL:OAF/ActivationContext:1.0", (const char **) oaf_ac_cmd, 
    234          2, CORBA_OBJECT_NIL},  
     234         4, CORBA_OBJECT_NIL},  
    235235        {"IDL:OAF/ObjectDirectory:1.0", (const char **) oaf_od_cmd, 
    236          3, CORBA_OBJECT_NIL}, 
     236         1, CORBA_OBJECT_NIL}, 
    237237        { NULL} 
    238238};