Example #1
0
void
XNumberBase::ProcessXObjectTypeCallback(XObjectTypeCallback&    theCallbackObject) const
{
    theCallbackObject.Number(
        *this,
        num(theCallbackObject.getExecutionContext()));
}
void
XNumberBase::ProcessXObjectTypeCallback(XObjectTypeCallback&	theCallbackObject) const
{
	theCallbackObject.Number(*this, num());
}