summaryrefslogtreecommitdiffstats
path: root/codemaker/source/cppumaker/cpputype.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-20 12:09:28 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-20 12:09:28 +0000
commit6fe8ad01a1260f6daf7b91f2bb7b09af74464363 (patch)
tree1233bfba4e5af06b6c809ed001901231cbe1451c /codemaker/source/cppumaker/cpputype.hxx
parentINTEGRATION: CWS sdk08 (1.22.20); FILE MERGED (diff)
downloadcore-6fe8ad01a1260f6daf7b91f2bb7b09af74464363.tar.gz
core-6fe8ad01a1260f6daf7b91f2bb7b09af74464363.zip
INTEGRATION: CWS sdk08 (1.2.76); FILE MERGED
2003/10/02 16:02:12 jsc 1.2.76.1: #106565# generate temp files always, rename complete files
Diffstat (limited to 'codemaker/source/cppumaker/cpputype.hxx')
-rw-r--r--codemaker/source/cppumaker/cpputype.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/codemaker/source/cppumaker/cpputype.hxx b/codemaker/source/cppumaker/cpputype.hxx
index a3ffff458fc5..1b605a94d3d3 100644
--- a/codemaker/source/cppumaker/cpputype.hxx
+++ b/codemaker/source/cppumaker/cpputype.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cpputype.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ts $ $Date: 2000-12-11 13:57:15 $
+ * last change: $Author: obo $ $Date: 2003-10-20 13:09:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,13 +62,8 @@
#ifndef _CPPUMAKER_CPPUTYPE_HXX_
#define _CPPUMAKER_CPPUTYPE_HXX_
-#ifndef _CODEMAKER_TYPEMANAGER_HXX_
-#include <codemaker/typemanager.hxx>
-#endif
-
-#ifndef _CODEMAKER_DEPENDENCY_HXX_
-#include <codemaker/dependency.hxx>
-#endif
+#include "codemaker/typemanager.hxx"
+#include "codemaker/dependency.hxx"
enum BASETYPE
{
@@ -113,6 +108,11 @@ public:
virtual ~CppuType();
virtual sal_Bool dump(CppuOptions* pOptions) throw( CannotDumpException );
+ virtual sal_Bool dumpFile(CppuOptions* pOptions,
+ const ::rtl::OString& sExtension,
+ const ::rtl::OString& sName,
+ const ::rtl::OString& sOutPath )
+ throw( CannotDumpException );
virtual sal_Bool dumpDependedTypes(CppuOptions* pOptions) throw( CannotDumpException );
virtual sal_Bool dumpHFile(FileStream& o) throw( CannotDumpException ) = 0;
virtual sal_Bool dumpHxxFile(FileStream& o) throw( CannotDumpException ) = 0;