/[wait]/branches/unido/lib/WAIT/Document/Base.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

Contents of /branches/unido/lib/WAIT/Document/Base.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 106 - (show annotations)
Tue Jul 13 12:22:09 2004 UTC (19 years, 9 months ago) by dpavlin
File size: 608 byte(s)
Changes made by Andreas J. Koenig <andreas.koenig(at)anima.de> for Unido project

1 # -*- Mode: Perl -*-
2 # Base.pm --
3 # ITIID : $ITI$ $Header $__Header$
4 # Author : Ulrich Pfeifer
5 # Created On : Sun Sep 15 16:09:13 1996
6 # Last Modified By: Ulrich Pfeifer
7 # Last Modified On: Sun Nov 22 18:44:48 1998
8 # Language : CPerl
9 # Update Count : 9
10 # Status : Unknown, Use with caution!
11 #
12 # Copyright (c) 1996-1997, Ulrich Pfeifer
13 #
14
15 package WAIT::Document::Base;
16 use Carp;
17 #require Tie::Hash;
18
19 #@ISA = (Tie::Hash);
20
21 sub STORE {
22 croak "$_[0] is read-only\n";
23 }
24
25 sub CLEAR {
26 croak "$_[0] is read-only\n";
27 }
28
29 sub close {}
30
31 1;

  ViewVC Help
Powered by ViewVC 1.1.26