diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-09 08:28:47 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-09 08:28:47 +0000 |
commit | 5eb907f1d4d093f79998688a00c15b907e5d249a (patch) | |
tree | ba76c1c0420f3abb29b52078ab3e07c693a8f493 /source4/build/pidl/parser.pm | |
parent | adf6142953c4fa81493f133d45eb80d91b069e47 (diff) | |
download | samba-5eb907f1d4d093f79998688a00c15b907e5d249a.tar.gz samba-5eb907f1d4d093f79998688a00c15b907e5d249a.tar.bz2 samba-5eb907f1d4d093f79998688a00c15b907e5d249a.zip |
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)
Diffstat (limited to 'source4/build/pidl/parser.pm')
-rw-r--r-- | source4/build/pidl/parser.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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; |