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

Comparing COMP/SCRAM/src/ActiveDoc/SimpleURLDoc.pm (file contents):
Revision 1.2 by williamc, Mon Aug 28 07:43:21 2000 UTC vs.
Revision 1.3 by sashby, Mon Dec 3 19:02:04 2001 UTC

# Line 33 | Line 33 | sub new {
33          bless $self, $class;
34          $self->cache(shift);
35          $self->_initdoc("doc",@_);
36        #$self->{switch}=ActiveDoc::SimpleDoc->new(@_);
36          return $self;
37   }
38  
# Line 84 | Line 83 | sub urlget {
83          return ($fullurl,$filename);
84   }
85  
87 #sub AUTOLOAD {
88 #       my $self=shift;
89 #
90        # dont propogate destroy methods
91 #       return if $AUTOLOAD=~/::DESTROY/;
92
93        # remove this package name
94 #       ($name=$AUTOLOAD)=~s/ActiveDoc::SimpleURLDoc:://;
95
96        # pass the message to SimpleDoc
97 #       $self->{switch}->$name(@_);
98 #}
99
86   # ------------------------ Support Routines ---------------------------
87  
88   # ------------------------ Tag Routines -------------------------------

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines