pidl:Samba3/ClientNDR: rename ParseFunction => ParseFunctionSync and add ParseFunctio...
authorStefan Metzmacher <metze@samba.org>
Thu, 30 Jul 2009 13:29:02 +0000 (15:29 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 31 Jul 2009 10:49:47 +0000 (12:49 +0200)
This prepares the following ParseFunctionAsync* commits.

metze

pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm

index 9ae943fecf19871253d9d2dbf548b70df83ea72e..34480ff8dac7cfbd6067064375404265dbb3240f 100644 (file)
@@ -122,7 +122,7 @@ sub ParseOutputArgument($$$;$$)
        }
 }
 
        }
 }
 
-sub ParseFunction($$$)
+sub ParseFunctionSync($$$)
 {
        my ($self, $if, $fn) = @_;
 
 {
        my ($self, $if, $fn) = @_;
 
@@ -223,6 +223,13 @@ sub ParseFunction($$$)
        $self->pidl("");
 }
 
        $self->pidl("");
 }
 
+sub ParseFunction($$$)
+{
+       my ($self, $if, $fn) = @_;
+
+       $self->ParseFunctionSync($if, $fn);
+}
+
 sub ParseInterface($$)
 {
        my ($self, $if) = @_;
 sub ParseInterface($$)
 {
        my ($self, $if) = @_;