diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 10:31:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 10:31:57 +0000 |
commit | fa6a7d9e3ac9b5a6f81655cb0cb5f9c2e504cb6c (patch) | |
tree | 0415d553d187f8e76b9e742569e9088befcfbe60 /autodoc/inc/ary_i/disdocum.hxx | |
parent | e5c2e430cfa3e7c78e0230baac54e85aad296476 (diff) |
INTEGRATION: CWS sdk02 (1.2.46); FILE MERGED
2003/05/26 16:42:11 np 1.2.46.1: #108925# Enable tag @since and text for tag @deprecated.
Diffstat (limited to 'autodoc/inc/ary_i/disdocum.hxx')
-rw-r--r-- | autodoc/inc/ary_i/disdocum.hxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/autodoc/inc/ary_i/disdocum.hxx b/autodoc/inc/ary_i/disdocum.hxx index bdfc6657bea5..1da605b52af6 100644 --- a/autodoc/inc/ary_i/disdocum.hxx +++ b/autodoc/inc/ary_i/disdocum.hxx @@ -2,9 +2,9 @@ * * $RCSfile: disdocum.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: np $ $Date: 2002-05-14 09:02:10 $ + * last change: $Author: vg $ $Date: 2003-06-10 11:31:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,6 +83,7 @@ class DT_EOL; class DT_StdAtTag; class DT_SeeAlsoAtTag; class DT_ParameterAtTag; +class DT_SinceAtTag; } // namespace dsapi } // namespace csi @@ -123,6 +124,9 @@ class DocumentationDisplay virtual void Display_ParameterAtTag( const csi::dsapi::DT_ParameterAtTag & i_rToken ) = 0; + virtual void Display_SinceAtTag( + const csi::dsapi::DT_SinceAtTag & + i_rToken ) = 0; }; @@ -159,6 +163,9 @@ class DocuText_Display : public DocumentationDisplay virtual void Display_ParameterAtTag( const csi::dsapi::DT_ParameterAtTag & i_rToken ); + virtual void Display_SinceAtTag( + const csi::dsapi::DT_SinceAtTag & + i_rToken ); }; |