Imported Upstream version 3.3.1
[debian/amanda] / perl / Amanda / Feature.pm
index e99ad94755e5778d483ba87ca5528d38f7da2427..1e0645fb970e5cc7783c4a7cea220db0c5d4d271 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.
@@ -52,6 +52,7 @@ package Amanda::Feature;
 *am_string_to_feature = *Amanda::Featurec::am_string_to_feature;
 *am_set_default_feature_set = *Amanda::Featurec::am_set_default_feature_set;
 *am_init_feature_set = *Amanda::Featurec::am_init_feature_set;
+*am_features = *Amanda::Featurec::am_features;
 
 ############# Class : Amanda::Feature::Set ##############
 
@@ -195,6 +196,10 @@ package Amanda::Feature;
 *fe_amidxtaped_abort = *Amanda::Featurec::fe_amidxtaped_abort;
 *fe_amrecover_correct_disk_quoting = *Amanda::Featurec::fe_amrecover_correct_disk_quoting;
 *fe_amindexd_quote_label = *Amanda::Featurec::fe_amindexd_quote_label;
+*fe_amrecover_receive_unfiltered = *Amanda::Featurec::fe_amrecover_receive_unfiltered;
+*fe_application_client_name = *Amanda::Featurec::fe_application_client_name;
+*fe_script_client_name = *Amanda::Featurec::fe_script_client_name;
+*fe_dumptype_property = *Amanda::Featurec::fe_dumptype_property;
 *last_feature = *Amanda::Featurec::last_feature;
 
 @EXPORT_OK = ();
@@ -415,6 +420,25 @@ those DISK lines should be ignored.
 
 If set, amindexd quote the label (holdingdisk filename)
 
+=item fe_amrecover_receive_unfiltered
+
+ PROTOCOL: amidxtaped
+ FEATURE OF: client
+
+If set, amidxtaped do not decompress/decrypt client compressed/decrypted stream.
+
+=item fe_application_client_name
+
+If set, add the 'client_name' for application in the xml code.
+
+=item fe_script_client_name
+
+If set, add the 'client_name' for script in the xml code.
+
+=item fe_dumptype_property
+
+If set, add the dumptype property in the xml code.
+
 =back
 
 =cut
@@ -443,6 +467,12 @@ sub Amanda::Feature::Set::mine {
     return Amanda::Feature::am_init_feature_set();
 }
 
+sub Amanda::Feature::Set::features {
+    my $class = shift;
+    return Amanmda::Feature::features();
+}
+
+
 package Amanda::Feature;
 
 1;