blob: 19ef27feaa79f30ac4709eade6555e5a48dacc67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
dummy simpleipc.inc
}
Function TSimpleIPCServer.CommClass : TIPCServerCommClass;
begin
Result:=nil;
end;
function TSimpleIPCClient.CommClass: TIPCClientCommClass;
begin
Result:=nil;
end;
|