From 5eb907f1d4d093f79998688a00c15b907e5d249a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 9 Nov 2003 08:28:47 +0000 Subject: added a module for auto-generating the client calls. We can now go from IDL file to working Samba4 RPC client library in a completely automated fashion. (This used to be commit 566476b3ff91eaa02c4f3c494afbf9ac7c200461) --- source4/build/pidl/parser.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/build/pidl/parser.pm') diff --git a/source4/build/pidl/parser.pm b/source4/build/pidl/parser.pm index d768eaa6c8..7c691c61bc 100644 --- a/source4/build/pidl/parser.pm +++ b/source4/build/pidl/parser.pm @@ -1,7 +1,7 @@ ################################################### -# Ethereal parser generator for IDL structures +# Samba4 parser generator for IDL structures +# Copyright tridge@samba.org 2000-2003 # Copyright tpot@samba.org 2001 -# Copyright tridge@samba.org 2000 # released under the GNU GPL package IdlParser; -- cgit