Packages |
Description |
|
Xbase++ 1.90 changes the architecture of the class system in a subtle
but important way.
The ACCESS ASSIGN METHOD NoIvarCallback is no longer supported. In
future projects, you should use getNoIvar(), setNoIvar().
If you are already using NoIvarCallback, your code will break. This class routes calls
to getNoIvar() and setNoIvar() back to your existing NoIvarCallback().
|
|