Skip to end of metadata
Go to start of metadata

public FB::scoped_zonelock::scoped_zonelock ( JSAPI api,
const SecurityZone zone 
) [inline]
Parameters:
api JSAPI* JSAPI object to lock the zone for
zone const SecurityZone& Zone to push
Since:
1.4a3

Definition at line 574 of file JSAPI.h.

00574                                                               : m_api(api) {
00575             lock(zone);
00576         }


Generated on 19 Jun 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None