links to this page:
PluginProxy Implementation
Swiki Page List
MobVM/SmallSqueak Page Cluster
GenericProxy
Last updated at 12:12 am UTC on 17 January 2006
From SqM.h :
// Any proxy* can be casted to GenericProxy* to get at GenericPlugin stuff
typedef struct GenericProxy
{
struct GenericPlugin genericPlugin ;
} GenericProxy ;