This example turns on concurrent views for MYFOLDER by default.
SOM_Scope ULONG SOMLINK myfold_wpQueryConcurrentView(MYFOLDER *somSelf )
{
/* MYFOLDERData *somThis = MYFOLDERGetData(somSelf); */
MYFOLDERMethodDebug("MYFOLDER","myfold_wpQueryConcurrentView");
return CCVIEW_ON;
}