Skip to end of metadata
Go to start of metadata

FB::variant FB::JSAPIProxy::GetProperty ( const std::string &  propertyName  )  [virtual]

Gets a property value.

Parameters:
propertyName Name of the property.
Returns:
The property value

Implements FB::JSAPI.

Definition at line 191 of file JSAPIProxy.cpp.

References FB::JSAPIImpl::getZone(), and isExpired().

00192 {
00193     if (propertyName == "expired")
00194         return isExpired();
00195     FB::scoped_zonelock _l(getAPI(), getZone());
00196     return getAPI()->GetProperty(propertyName);
00197 }

Here is the call graph for this function:


Generated on 24 May 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None