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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations)
Fri Apr 28 15:40:52 2000 UTC (24 years, 1 month ago) by ulpfr
Original Path: cvs-head/lib/WAIT/Document/Base.pm
File size: 608 byte(s)
Initial revision

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;

Properties

Name Value
cvs2svn:cvs-rev 1.1

  ViewVC Help
Powered by ViewVC 1.1.26