Ignore:
Timestamp:
Sep 6, 2017, 6:47:49 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Separate API command to be kernel and user space. Execute API command through single callback function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Kernel/UApp.pas

    r9 r12  
    1212
    1313  TApp = class(TNamedObject)
    14     API: TAPI;
     14    API: TUserApi;
    1515    Terminated: Boolean;
    1616    constructor Create; virtual;
     
    2727begin
    2828  inherited Create;
    29   API := TAPI.Create;
     29  API := TUserApi.Create;
    3030end;
    3131
Note: See TracChangeset for help on using the changeset viewer.