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

Comparing COMP/SCRAM/src/Scram/ScramProjectDB.pm (file contents):
Revision 1.4 by sashby, Mon May 28 09:06:44 2001 UTC vs.
Revision 1.5 by sashby, Wed May 30 12:47:01 2001 UTC

# Line 142 | Line 142 | sub listall {
142          return @list;
143   }
144  
145 < sub removearea {
146 <        my $self=shift;
147 <        my $name=shift;
148 <        my $version=shift;
145 > sub removearea
146 >   {
147 >   ###############################################################
148 >   # removearea(name,version)                                    #
149 >   ###############################################################
150 >   # modified : Mon May 28 11:24:29 2001 / SFA                   #
151 >   # params   :                                                  #
152 >   #          :                                                  #
153 >   #          :                                                  #
154 >   #          :                                                  #
155 >   # function : Remove project area from scramdb file.           #
156 >   #          :                                                  #
157 >   #          :                                                  #
158 >   ###############################################################
159 >   my $self=shift;
160 >   my $name=shift;
161 >   my $version=shift;
162  
163 <        print "Not yet implemented\n";
164 < }
163 >   print "DEBUG: ",$name," ",$version,"\n";
164 >   print "Not yet implemented\n";
165 >   }
166  
167   sub link {
168          my $self=shift;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines