source:
trunk/Packages/Kernel/Kernel.IPC.pas
Last change on this file was 60, checked in by , 8 months ago | |
---|---|
File size: 170 bytes |
Line | |
---|---|
1 | unit Kernel.IPC; |
2 | |
3 | interface |
4 | |
5 | uses |
6 | Classes, SysUtils; |
7 | |
8 | type |
9 | TIPCMessage = class |
10 | Name: string; |
11 | Action: string; |
12 | end; |
13 | |
14 | |
15 | implementation |
16 | |
17 | end. |
18 |
Note:
See TracBrowser
for help on using the repository browser.