summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-16 15:07:00 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-16 15:08:00 +0100
commit3e53ad6f4a5767fd1a26a35a0060b03a6e77161c (patch)
treeea34153df3bbf85ea6208c03611745f4e1cfffff /source4/pidl/lib/Parse/Pidl
parentaf163d258cfeee2a908e297256570a2bfcc8b651 (diff)
downloadsamba-3e53ad6f4a5767fd1a26a35a0060b03a6e77161c.tar.gz
samba-3e53ad6f4a5767fd1a26a35a0060b03a6e77161c.tar.bz2
samba-3e53ad6f4a5767fd1a26a35a0060b03a6e77161c.zip
pidl: Add simple test for ServerNDR.
(This used to be commit 5b2ea43ed8613ac10ebe7feda0cf070c8079137a)
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl')
-rw-r--r--source4/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm4
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 ecc43ab896..ca9e7d15db 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);