Kaydet (Commit) 80803c0f authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS sb23 (1.11.16); FILE MERGED

2006/11/08 15:46:42 sb 1.11.16.1: #88601# Current context testing.
üst 35b589fa
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: cli_cs_testobj.cs,v $ * $RCSfile: cli_cs_testobj.cs,v $
* *
* $Revision: 1.11 $ * $Revision: 1.12 $
* *
* last change: $Author: rt $ $Date: 2006-03-09 10:46:22 $ * last change: $Author: rt $ $Date: 2006-12-01 14:45:40 $
* *
* 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.
...@@ -758,6 +758,11 @@ public class BridgeTestObject : WeakBase, XRecursiveCall, XBridgeTest2 ...@@ -758,6 +758,11 @@ public class BridgeTestObject : WeakBase, XRecursiveCall, XBridgeTest2
} }
public XCurrentContextChecker getCurrentContextChecker()
{
return null; //TODO: not yet tested in CLI UNO
}
public TestPolyStruct transportPolyBoolean(/*[in]*/TestPolyStruct arg) public TestPolyStruct transportPolyBoolean(/*[in]*/TestPolyStruct arg)
{ {
return arg; return arg;
......
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