diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:46:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:46:05 +0000 |
commit | 251e295b0363562db4de191deb878d01a4218e19 (patch) | |
tree | 1d158be23394601d82a2223b83abc746290cb907 /codemaker | |
parent | b28bfd4568bfb53ed8cf8c6f6da5649ad0d754d6 (diff) |
INTEGRATION: CWS sb20 (1.5.4); FILE MERGED
2004/07/08 09:16:46 sb 1.5.4.1: #i29741# Allow for single-interface--based services that have neither explicit nor implicit constructors.
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/cppumaker/cpputype.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/cpputype.hxx b/codemaker/source/cppumaker/cpputype.hxx index 759ee8a721a3..3897dbb24181 100644 --- a/codemaker/source/cppumaker/cpputype.hxx +++ b/codemaker/source/cppumaker/cpputype.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cpputype.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-06-04 03:12:11 $ + * last change: $Author: rt $ $Date: 2004-07-23 14:46:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -389,6 +389,10 @@ public: throw (CannotDumpException); private: + virtual void addSpecialDependencies(); + + bool isDefaultConstructor(sal_uInt16 ctorIndex) const; + bool hasRestParameter(sal_uInt16 ctorIndex) const; void dumpCatchClauses( |