/[wait]/branches/CPAN/lib/WAIT/Table/Independent.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /branches/CPAN/lib/WAIT/Table/Independent.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (hide annotations)
Fri Apr 28 15:42:44 2000 UTC (24 years, 1 month ago) by ulpfr
File size: 799 byte(s)
Import of WAIT-1.710

1 ulpfr 13 # -*- Mode: Cperl -*-
2 ulpfr 10 # Independent.pm --
3     # ITIID : $ITI$ $Header $__Header$
4     # Author : Ulrich Pfeifer
5     # Created On : Fri Sep 13 14:00:37 1996
6     # Last Modified By: Ulrich Pfeifer
7     # Last Modified On: Sun Nov 22 18:44:36 1998
8     # Language : CPerl
9     # Update Count : 5
10     # Status : Unknown, Use with caution!
11     #
12     # Copyright (c) 1996-1997, Ulrich Pfeifer
13     #
14    
15     package WAIT::Table::Independent;
16     use vars qw(@ISA);
17    
18     @ISA = qw(WAIT::Table);
19    
20     sub fetch {
21     my $self = shift;
22     my $key = shift;
23     my $name = $self->{name};
24 ulpfr 13
25     my %tattr = $self->SUPER::fetch($key);
26     if (%tattr) {
27     $tattr{'_ee'} = "$name$key";
28 ulpfr 10 }
29 ulpfr 13 %tattr;
30 ulpfr 10 }
31    
32     sub insert {
33     my $self = shift;
34     my $weight = shift;
35    
36     $self->SUPER::insert(_weight => $weight, @_);
37     }
38    

Properties

Name Value
cvs2svn:cvs-rev 1.1.1.2

  ViewVC Help
Powered by ViewVC 1.1.26