![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
#include <BombayTable.hpp>
Public Member Functions | |
| CAT_INLINE void | SetCallback (AsyncCallback callback=0, ThreadRefObject *reference=0) |
Public Attributes | |
| AsyncCallback | _callback |
| ThreadRefObject * | _reference |
Definition at line 54 of file BombayTable.hpp.
| CAT_INLINE void cat::bombay::AsyncQueryRead::SetCallback | ( | AsyncCallback | callback = 0, |
| ThreadRefObject * | reference = 0 |
||
| ) | [inline] |
Definition at line 59 of file BombayTable.hpp.
References _callback, and _reference.
{
if (reference)
reference->AddRef();
_callback = callback;
_reference = reference;
}
Definition at line 57 of file BombayTable.hpp.
Referenced by SetCallback().
Definition at line 56 of file BombayTable.hpp.
Referenced by SetCallback().
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.