/[suikacvs]/webroot/swe/lib/SWE/Object/Document/NotYet.pm
Suika

Contents of /webroot/swe/lib/SWE/Object/Document/NotYet.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sun May 9 13:25:18 2010 UTC (16 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
were forgot to be added to the CVS repository

1 wakaba 1.1 package SWE::Object::Document::NotYet;
2     use strict;
3     use warnings;
4     use base qw(SWE::Object::Document);
5    
6     sub prop ($) {
7     return {};
8     } # prop
9    
10     sub to_text_media_type ($) {
11     return undef;
12     } # to_text_media_type
13    
14     sub to_xml_media_type ($) {
15     return undef;
16     } # to_xml_media_type
17    
18     1;

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24