#include <som.xh> #<somcls.xh> main() { SOMClassMgr *cm = somEnvironmentNew(); /* Use SOMClass's instance allocation method */ string newRegion = _SOMClass->somAllocate(20); }