Imported Upstream version 3.3.1
[debian/amanda] / perl / Amanda / Feature.pm
index 7e2fb8c566bdf606209c9a2b84be5736af061fc3..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 ##############
 
@@ -198,6 +199,7 @@ package Amanda::Feature;
 *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 = ();
@@ -425,6 +427,18 @@ If set, amindexd quote the label (holdingdisk filename)
 
 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
@@ -453,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;