Writing an R-class!!
| Wed, 2006-11-01 07:20 | |
|
Does anybody knows whether a user-defined R-class is available?
I think the R-class derives from CActive, and StartL-like function contains a TRequestStatus& -typed param. If a user-defined one is available, then can we modify iStatus as the system-defined R-classes do? ![]() |
|







Forum posts: 587
R -classes do not inherit from CActive, if they did, they would be C -classes.
R -classes can change the value of request status variable if they get it passes as a parameter to some of their (asynchronous) methods.