mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-19 07:18:22 +02:00

* move netdb unit and examples to fcl-net * removed netdb package git-svn-id: trunk@9909 -
5 lines
177 B
Plaintext
5 lines
177 B
Plaintext
The XML-RPC wrapper has been created using this command:
|
|
|
|
mkxmlrpc --input="svrclass.pp" --serverclass=TServerClass \
|
|
--output="svrclass_xmlrpc.pp" --unitname=svrclass_XMLRPC
|