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

Comparing COMP/SCRAM/src/ActiveDoc/ActiveDoc.pm (file contents):
Revision 1.26 by williamc, Mon Aug 28 07:43:20 2000 UTC vs.
Revision 1.27 by sashby, Tue Jul 10 15:04:15 2001 UTC

# Line 22 | Line 22
22   # line([linenumber])     : Return the line number of the document
23   #                       and the ProcessedFileObj it is in corresponding to the
24   #                       supplied number of the expanded document
25 < #                       If no number supplied - the currentparse number will be #                       used
25 > #                       If no number supplied - the currentparse number will be
26 > #                       used
27  
28   package ActiveDoc::ActiveDoc;
29   require 5.004;
# Line 40 | Line 41 | sub new {
41          $self->cache($self->{Ostore}->cache());
42          $self->{dbstore}=$self->{Ostore};
43          $self->_initdoc("doc",@_);
43 #       $self->{switch}=ActiveDoc::SimpleURLDoc->new($self->{cache});
44          return $self;
45   }
46  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines