ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildSystem/ToolData.pm
(Generate patch)

Comparing COMP/SCRAM/src/BuildSystem/ToolData.pm (file contents):
Revision 1.6 by sashby, Tue Jul 19 15:45:40 2005 UTC vs.
Revision 1.7 by sashby, Wed Jul 20 13:33:48 2005 UTC

# Line 399 | Line 399 | sub allfeatures()
399     return $feature_data;
400     }
401  
402 + sub reset()
403 +   {
404 +   my $self=shift;
405 +   my ($entryname)=@_;
406 +
407 +   if (exists($self->{$entryname}))
408 +      {
409 +      $self->{$entryname} = undef;
410 +      }  
411 +   }
412 +
413   1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines