summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:45:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:45:00 +0000
commit2d1b1fde237fb8177351ebb936fb486b80e80500 (patch)
tree4d1c01b4a8b67857fd2d0bc82b436d4ad0023ba1 /idlc/inc
parentc804aa68497b072220b41deb5725f30cbc2213b7 (diff)
INTEGRATION: CWS sb49 (1.5.20); FILE MERGED
2006/03/15 16:21:31 sb 1.5.20.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.
Diffstat (limited to 'idlc/inc')
-rw-r--r--idlc/inc/idlc/astservice.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/idlc/inc/idlc/astservice.hxx b/idlc/inc/idlc/astservice.hxx
index 442a7d89c22f..ac9b3943af4a 100644
--- a/idlc/inc/idlc/astservice.hxx
+++ b/idlc/inc/idlc/astservice.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: astservice.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:00:43 $
+ * last change: $Author: hr $ $Date: 2006-04-19 13:45:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,6 +62,8 @@ public:
void setDefaultConstructor(bool b) { m_defaultConstructor = b; }
+ bool checkLastConstructor() const;
+
private:
bool m_defaultConstructor;
};