From ce2991ee863e2e5faef95462242552515e1cf89c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 3 Apr 2013 11:30:06 +0200 Subject: Forbid old-style services/singletons inheriting new-style services ...does not make sense. Adapted some old-style services accordingly, where the inherited service had been changed to new-style after the fact. Change-Id: I5f3e4ddf99160778a319062a6c84f83529ff177b --- cppu/qa/cppumaker/types.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppu/qa') diff --git a/cppu/qa/cppumaker/types.idl b/cppu/qa/cppumaker/types.idl index da5aa8fe62cd..2c0a0559af7a 100644 --- a/cppu/qa/cppumaker/types.idl +++ b/cppu/qa/cppumaker/types.idl @@ -181,7 +181,7 @@ service S2: XTest; service S3 { interface XTest; }; -singleton S4 { service S2; }; +singleton S4 { service S3; }; module services { -- cgit v1.2.3