diff options
| author | fukachan <fukachan> | 2002-12-18 04:26:53 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-12-18 04:26:53 +0000 |
| commit | 939b5a06e80136a17c3dbea8423a802c823ea824 (patch) | |
| tree | 5add475897b3af1b048af120b4872a15d107f58f /fml/lib/FML/Header | |
| parent | 0809aa77efe1115f0100db48124e3563814185d9 (diff) | |
| download | fml8-939b5a06e80136a17c3dbea8423a802c823ea824.tar.gz fml8-939b5a06e80136a17c3dbea8423a802c823ea824.tar.bz2 fml8-939b5a06e80136a17c3dbea8423a802c823ea824.zip | |
define dummy db_close()
Diffstat (limited to 'fml/lib/FML/Header')
| -rw-r--r-- | fml/lib/FML/Header/MessageID.pm | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/fml/lib/FML/Header/MessageID.pm b/fml/lib/FML/Header/MessageID.pm index e183bc20..04a4ffac 100644 --- a/fml/lib/FML/Header/MessageID.pm +++ b/fml/lib/FML/Header/MessageID.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: MessageID.pm,v 1.8 2002/09/22 14:56:50 fukachan Exp $ +# $FML: MessageID.pm,v 1.9 2002/09/28 09:27:43 fukachan Exp $ # package FML::Header::MessageID; @@ -61,6 +61,8 @@ sub new open db and return HASH_REF for the db access. +=head2 C<db_close()> + =cut @@ -95,6 +97,15 @@ sub db_open } +# Descriptions: close message-id database (dummy). +# Arguments: OBJ($self) +# Side Effects: none +# Return Value: none +sub db_close +{ +} + + =head2 C<get($key)> get value for the key $key in message-id database. |
