diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-16 15:07:00 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-16 15:08:00 +0100 |
commit | 3e53ad6f4a5767fd1a26a35a0060b03a6e77161c (patch) | |
tree | ea34153df3bbf85ea6208c03611745f4e1cfffff /source4/pidl/lib | |
parent | af163d258cfeee2a908e297256570a2bfcc8b651 (diff) | |
download | samba-3e53ad6f4a5767fd1a26a35a0060b03a6e77161c.tar.gz samba-3e53ad6f4a5767fd1a26a35a0060b03a6e77161c.tar.xz samba-3e53ad6f4a5767fd1a26a35a0060b03a6e77161c.zip |
pidl: Add simple test for ServerNDR.
(This used to be commit 5b2ea43ed8613ac10ebe7feda0cf070c8079137a)
Diffstat (limited to 'source4/pidl/lib')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm b/source4/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm index ecc43ab896c..ca9e7d15db0 100644 --- a/source4/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm +++ b/source4/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm @@ -6,6 +6,10 @@ package Parse::Pidl::Samba3::ServerNDR; +use Exporter; +@ISA = qw(Exporter); +@EXPORT_OK = qw(DeclLevel); + use strict; use Parse::Pidl qw(warning fatal); use Parse::Pidl::Typelist qw(mapTypeName scalar_is_reference); |