ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Deliantra/Protocol.pm
(Generate patch)

Comparing deliantra/Deliantra/Deliantra/Protocol.pm (file contents):
Revision 1.45 by root, Fri May 26 19:03:57 2006 UTC vs.
Revision 1.46 by root, Wed Dec 26 18:05:01 2007 UTC

1=head1 NAME 1=head1 NAME
2 2
3Crossfire::Protocol - client protocol module 3Deliantra::Protocol - client protocol module
4 4
5=head1 SYNOPSIS 5=head1 SYNOPSIS
6 6
7 use base Crossfire::Protocol; # you have to subclass 7 use base Deliantra::Protocol; # you have to subclass
8 8
9=head1 DESCRIPTION 9=head1 DESCRIPTION
10 10
11Base class to implement a crossfire client. 11Base class to implement a crossfire client.
12 12
13=over 4 13=over 4
14 14
15=cut 15=cut
16 16
17package Crossfire::Protocol; 17package Deliantra::Protocol;
18 18
19BGIN { die "FATAL: Crossfire::Protocol needs to be rewritten to be properly subclassed form Crossfire::Protocol::Base" } 19BGIN { die "FATAL: Deliantra::Protocol needs to be rewritten to be properly subclassed form Deliantra::Protocol::Base" }
20 20
21our $VERSION = '0.1'; 21our $VERSION = '0.1';
22 22
23use strict; 23use strict;
24 24

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines