mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
eddd6c5267
These methods are not used or usable as exported functions. The correct (and actual) usage is along these lines; require Parse::Pidl::Samba3::ClientNDR; my $generator = new Parse::Pidl::Samba3::ClientNDR(); my ($c_code,$h_code) = $generator->Parse($ndr, $header, $c_header); where the methods are either explicitly referenced (new A::B::C), or are called from the blessed object, neither of which need exporting. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Dec 4 06:35:06 UTC 2019 on sn-devel-184 |
||
---|---|---|
.. | ||
cutil.pl | ||
dump.pl | ||
header.pl | ||
ndr_align.pl | ||
ndr_alloc.pl | ||
ndr_array.pl | ||
ndr_compat.pl | ||
ndr_deprecations.pl | ||
ndr_fullptr.pl | ||
ndr_refptr.pl | ||
ndr_represent.pl | ||
ndr_simple.pl | ||
ndr_string.pl | ||
ndr_tagtype.pl | ||
ndr.pl | ||
parse_idl.pl | ||
samba3-cli.pl | ||
samba3-srv.pl | ||
samba-ndr.pl | ||
tdr.pl | ||
test_util.pl | ||
typelist.pl | ||
util.pl | ||
Util.pm | ||
wireshark-conf.pl | ||
wireshark-ndr.pl |