Ignore:
Timestamp:
Jun 2, 2002, 8:20:24 PM (23 years ago)
Author:
umoeller
Message:

Rewrote winlist widget to use daemon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/wphandle.c

    r154 r167  
    186186        arc = ERROR_WPH_NO_BASECLASS_DATA;
    187187
    188     return (arc);
     188    return arc;
    189189}
    190190
     
    255255    }
    256256
    257     return (arc);
     257    return arc;
    258258}
    259259
     
    425425        pHandlesBuf->fCacheValid = TRUE;
    426426
    427     return (arc);
     427    return arc;
    428428}
    429429
     
    572572    }
    573573
    574     return (arc);
     574    return arc;
    575575}
    576576
     
    605605        arc = ERROR_INVALID_PARAMETER;
    606606
    607     return (arc);
     607    return arc;
    608608}
    609609
     
    767767
    768768    // not found: end of buffer reached
    769     return (arc);
     769    return arc;
    770770}
    771771
     
    838838        wphFreeHandles(&hHandles);
    839839
    840     return (arc);
     840    return arc;
    841841}
    842842
     
    899899            *ppNode = pNode;
    900900
    901     return (arc);
     901    return arc;
    902902}
    903903
     
    970970    }
    971971
    972     return (arc);
     972    return arc;
    973973}
    974974
     
    10461046    } END_CATCH();
    10471047
    1048     return (arc);
    1049 }
    1050 
    1051 
    1052 
     1048    return arc;
     1049}
     1050
     1051
     1052
Note: See TracChangeset for help on using the changeset viewer.