Kaydet (Commit) 9467de45 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

#i10000# '::osl::DebugBase< CurrentContextChecker >' has to be public.

üst 277ccc54
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: currentcontextchecker.hxx,v $ * $RCSfile: currentcontextchecker.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: rt $ $Date: 2006-12-01 14:45:14 $ * last change: $Author: rt $ $Date: 2006-12-05 15:03:16 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
namespace testtools { namespace bridgetest { namespace testtools { namespace bridgetest {
class CurrentContextChecker: class CurrentContextChecker:
private ::osl::DebugBase< CurrentContextChecker >, public ::osl::DebugBase< CurrentContextChecker >,
public ::cppu::WeakImplHelper1< public ::cppu::WeakImplHelper1<
::test::testtools::bridgetest::XCurrentContextChecker > ::test::testtools::bridgetest::XCurrentContextChecker >
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment