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.13 by sashby, Mon Jun 18 15:19:51 2001 UTC vs.
Revision 1.15 by sashby, Wed Aug 22 12:40:13 2001 UTC

# Line 86 | Line 86 | sub setuptoolsinarea {
86          my $self=shift;
87          my $area=shift;
88  
89 <        # -- initialise
89 >        # -- initialise
90 >        print "Initialising setup procedure......","\n";
91          $self->_allprojectinitsearcher();
92  
93          # -- create a new toolbox object
# Line 267 | Line 268 | sub removeareafromDB
268  
269   sub spawnversion
270     {
271 +   ###############################################################
272 +   # spawnversion                                                #
273 +   ###############################################################
274 +   # modified : Fri Aug 10 15:42:08 2001 / SFA                   #
275 +   # params   :                                                  #
276 +   #          :                                                  #
277 +   #          :                                                  #
278 +   #          :                                                  #
279 +   # function : Check for version of scram to run, and run it.   #
280 +   #          :                                                  #
281 +   #          :                                                  #
282 +   ###############################################################
283 +
284     my $self=shift;
285     my $version=shift;
286     my $rv=0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines