By the way, when you add object methods in ObjectOps, make sure you
place them last, and decrease the number of unused in the line:
  void      (*(unused[10]))(Object *obj,...); 

Then make sure you handle the object method pointer being NULL and do
some default stuff in the code. That way we remain binary compatible.

/ Alex

Reply via email to