|
From: James W. W. <os...@jw...> - 2004-06-24 16:20:26
|
On Jun 24, 2004, at 7:47 AM, Joseph J. Strout wrote: > - If you have some generic routine that takes a TQ3Object and makes > another reference to it, then you can't know at compile time whether > or not it is shared, so you must find out dynamically somehow whether > or not to call Q3Shared_GetReference... but how? Easy: Q3Object_IsType( x, kQ3ObjectTypeShared ) -- <http://www.jwwalker.com/> |