Gets a 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
1.6.1
Labels

