summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-23 13:46:05 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-23 13:46:05 +0000
commitbed010c6e304622f2b869a7010e0156c546c59dd (patch)
treecc01cf94c5bef243cfb9e46faea9cf750c0e8763 /codemaker
parentb88f85193087365089743276a8333b05b3e9f598 (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.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/cpputype.hxx b/codemaker/source/cppumaker/cpputype.hxx
index 592ba6dc1..15e646882 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(