1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/pidl/tests
Douglas Bagnall eddd6c5267 pidl: don't export parser class methods
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
2019-12-04 06:35:05 +00:00
..
cutil.pl
dump.pl
header.pl
ndr_align.pl pidl/tests: fix ndr_push_init_ctx() usage 2018-08-30 04:48:00 +02:00
ndr_alloc.pl
ndr_array.pl
ndr_compat.pl
ndr_deprecations.pl
ndr_fullptr.pl pidl/tests: fix ndr_push_init_ctx() usage 2018-08-30 04:48:00 +02:00
ndr_refptr.pl pidl/tests: fix ndr_push_init_ctx() usage 2018-08-30 04:48:00 +02:00
ndr_represent.pl
ndr_simple.pl
ndr_string.pl
ndr_tagtype.pl pidl/tests: fix ndr_push_init_ctx() usage 2018-08-30 04:48:00 +02:00
ndr.pl
parse_idl.pl
samba3-cli.pl pidl: don't export parser class methods 2019-12-04 06:35:05 +00:00
samba3-srv.pl
samba-ndr.pl
tdr.pl pidl s4/TDR: use conventional ->{res} name 2019-12-04 05:10:31 +00:00
test_util.pl
typelist.pl
util.pl
Util.pm
wireshark-conf.pl pidl/ws: fix failing tests 2016-06-20 12:08:21 +02:00
wireshark-ndr.pl pidl: fix field2name wireshark dissector test. 2016-09-07 16:05:26 +02:00