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

Comparing COMP/SCRAM/src/Scram/ScramFunctions.pm (file contents):
Revision 1.12 by sashby, Tue Jun 12 16:02:56 2001 UTC vs.
Revision 1.13 by sashby, Mon Jun 18 15:19:51 2001 UTC

# Line 241 | Line 241 | sub addareatoDB {
241          $self->scramprojectdb()->addarea($tagname,$version,$area);
242   }
243  
244 +
245 + sub removeareafromDB
246 +   {
247 +   ###############################################################
248 +   # removearefromDB()                                           #
249 +   ###############################################################
250 +   # modified : Thu Jun 14 10:46:22 2001 / SFA                   #
251 +   # params   : projectname, projectversion                      #
252 +   #          :                                                  #
253 +   #          :                                                  #
254 +   #          :                                                  #
255 +   # function : Remove project <projectname> from DB file.       #
256 +   #          :                                                  #
257 +   #          :                                                  #
258 +   ###############################################################
259 +   my $self=shift;
260 +   my $projname=shift;
261 +   my $version=shift;
262 +  
263 +   # -- Remove from the DB:
264 +   $self->scramprojectdb()->removearea($projname,$version);
265 +   }
266 +
267 +
268   sub spawnversion
269     {
270     my $self=shift;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines