Imported Upstream version 3.3.2
[debian/amanda] / perl / Amanda / XferServer.pm
index 859b2ec7213f19bdcf79f3b468e05ee53f096954..0c9c5535b323108fef89ed5960351ad9453bf48a 100644 (file)
@@ -1,5 +1,5 @@
 # This file was automatically generated by SWIG (http://www.swig.org).
-# Version 1.3.39
+# Version 2.0.4
 #
 # Do not make changes to this file unless you know what you are doing--modify
 # the SWIG interface file instead.
@@ -56,7 +56,9 @@ package Amanda::XferServer;
 *xfer_source_device = *Amanda::XferServerc::xfer_source_device;
 *xfer_dest_device = *Amanda::XferServerc::xfer_dest_device;
 *xfer_source_holding = *Amanda::XferServerc::xfer_source_holding;
+*xfer_source_holding_get_bytes_read = *Amanda::XferServerc::xfer_source_holding_get_bytes_read;
 *xfer_dest_taper_splitter = *Amanda::XferServerc::xfer_dest_taper_splitter;
+*xfer_dest_taper_cacher = *Amanda::XferServerc::xfer_dest_taper_cacher;
 *xfer_dest_taper_directtcp = *Amanda::XferServerc::xfer_dest_taper_directtcp;
 *xfer_dest_taper_start_part = *Amanda::XferServerc::xfer_dest_taper_start_part;
 *xfer_dest_taper_use_device = *Amanda::XferServerc::xfer_dest_taper_use_device;
@@ -65,6 +67,7 @@ package Amanda::XferServer;
 *xfer_source_recovery = *Amanda::XferServerc::xfer_source_recovery;
 *xfer_source_recovery_start_part = *Amanda::XferServerc::xfer_source_recovery_start_part;
 *xfer_source_recovery_use_device = *Amanda::XferServerc::xfer_source_recovery_use_device;
+*xfer_source_recovery_get_bytes_read = *Amanda::XferServerc::xfer_source_recovery_get_bytes_read;
 
 # ------- VARIABLE STUBS --------
 
@@ -121,6 +124,7 @@ sub new {
 
     Amanda::XferServer::xfer_source_holding(@_);
 }
+*get_bytes_read = *Amanda::XferServer::xfer_source_holding_get_bytes_read;
 
 package Amanda::Xfer::Dest::Taper;
 
@@ -143,6 +147,18 @@ sub new {
     Amanda::XferServer::xfer_dest_taper_splitter(@_);
 }
 
+package Amanda::Xfer::Dest::Taper::Cacher;
+
+use vars qw(@ISA);
+@ISA = qw( Amanda::Xfer::Dest::Taper );
+
+sub new { 
+    my $pkg = shift;
+
+
+    Amanda::XferServer::xfer_dest_taper_cacher(@_);
+}
+
 package Amanda::Xfer::Dest::Taper::DirectTCP;
 
 use vars qw(@ISA);
@@ -168,4 +184,5 @@ sub new {
 }
 *start_part = *Amanda::XferServer::xfer_source_recovery_start_part;
 *use_device = *Amanda::XferServer::xfer_source_recovery_use_device;
+*get_bytes_read = *Amanda::XferServer::xfer_source_recovery_get_bytes_read;
 1;