Author: zwoop
Date: Mon May 16 14:32:08 2011
New Revision: 1103750

URL: http://svn.apache.org/viewvc?rev=1103750&view=rev
Log:
Add another stub for remove.

Modified:
    
trafficserver/traffic/trunk/contrib/perl/ConfigMgmt/lib/Apache/TS/Config/Records.pm

Modified: 
trafficserver/traffic/trunk/contrib/perl/ConfigMgmt/lib/Apache/TS/Config/Records.pm
URL: 
http://svn.apache.org/viewvc/trafficserver/traffic/trunk/contrib/perl/ConfigMgmt/lib/Apache/TS/Config/Records.pm?rev=1103750&r1=1103749&r2=1103750&view=diff
==============================================================================
--- 
trafficserver/traffic/trunk/contrib/perl/ConfigMgmt/lib/Apache/TS/Config/Records.pm
 (original)
+++ 
trafficserver/traffic/trunk/contrib/perl/ConfigMgmt/lib/Apache/TS/Config/Records.pm
 Mon May 16 14:32:08 2011
@@ -130,6 +130,14 @@ sub set {
     $val->[2] = 1; # Modified
 }
 
+#
+# Remove a configuration from the file.
+#
+sub remove {
+    my $self = shift;
+    my %args = @_;
+}
+
 
 #
 # Append anything to the "end" of the configuration. We will assure that


Reply via email to