
20 Oct
2005
20 Oct
'05
3:40 p.m.
Quoting Ralf Stephan <ralf@...748...>:
The only way to catch this would be, in SPObject::emitModified(), to scan the calls if the object is a namedview, and if so, call its own (sigc++) emit function. Ugly but possible. Do you agree?
No. That's just unnecessarily nasty. You simply need to perform the procedure for SPObject instead of SPNamedView specifically. At least up through step 2, and perhaps some work on step 3 as required.
In this case steps 4 and up are pretty heavy work that I would not recommend doing separately from HEAD, because of the associated integration burden, and perhaps the required prior experience with large refactorings of this kind.
-mental