Skip to end of metadata
Go to start of metadata

public virtual SecurityZone FB::JSAPIImpl::getDefaultZone (  )  const [inline, virtual]

Gets the default zone (the zone the class operates on before a push).

Returns:
SecurityZone the default zone
Since:
1.4a3
See also:
FB::scoped_zonelock
pushZone
popZone
getDefaultZone

Reimplemented from FB::JSAPI.

Definition at line 220 of file JSAPIImpl.h.

00221         {
00222             boost::recursive_mutex::scoped_lock lock(m_zoneMutex);
00223             assert(!m_zoneStack.empty());
00224             return m_zoneStack.front();
00225         }


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