| Author: tobias |
Date: 2003-03-07.16:00:31 |
CORBA's _is_identical method is used to compare
objects. If that method returns true, then both
objects must be identical, if it returns false,
they should be differnet, but they don't need to be.
This is the reason why we have a is_identical
function, which is supposed to be a better (but
slower) _is_equivalent: On true objects are
identical, on false they are not.
Working on the dictionary I discovered that for
objects _is_equivalent considers to be the same
is_identical returns false. That shouldn't happen.
|
| Author: stefan |
Date: 2003-03-07.19:07:59 |
hmm, indeed. Can you provide more details ? What
servant does that happen with ? |
| Author: tobias |
Date: 2003-03-07.19:57:22 |
Here's the scenegraph dumped using is_identical to
compare graphics.
|
| Author: tobias |
Date: 2003-03-07.19:58:26 |
... and here's the same demo (MVC plus main demo
window), dumped using _is_equivalent to compare
the graphics. Looks much saner.
|
| Author: anonymous |
Date: 2009-11-06.00:40:06 |
u2LEKu <a href="http://pqpvqtnmsfsv.com/">pqpvqtnmsfsv</a>, [url=http://idvmpityjonj.com/]idvmpityjonj[/url], [link=http://kbtuuamvrkjb.com/]kbtuuamvrkjb[/link], http://zsxejdovvklc.com/ |
|
| Date |
User |
Action |
Args |
| 2003-03-07 16:00:32 | tobias | create | |
| 2003-03-07 19:07:59 | stefan | set | messages:
+ msg1615 |
| 2003-03-07 19:57:22 | tobias | set | files:
+ is_identical.ps.gz messages:
+ msg1616 |
| 2003-03-07 19:58:26 | tobias | set | files:
+ _is_equivalent.ps.gz messages:
+ msg1617 |
| 2009-11-06 00:40:19 | anonymous | set | platforms:
+ FreeBSD, not applicable, other messages:
+ msg4535 components:
+ C++ clients, python clients, tracker test, SDL Console, daVinci, test framework nosy:
+ sami, plfiorini, neiljp, nicholas, njs |