Skip to end of metadata
Go to start of metadata

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

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Reimplemented from FB::JSAPI.

Definition at line 183 of file JSAPIProxy.cpp.

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

00184 {
00185     if (propertyName == L"expired")
00186         return isExpired();
00187     FB::scoped_zonelock _l(getAPI(), getZone());
00188     return getAPI()->GetProperty(propertyName);
00189 }

Here is the call graph for this function:


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