| 1428 | |
| 1429 | public: |
| 1430 | IObjectPtr() : mObject(NULL) {} |
| 1431 | IObjectPtr(IObject *object) : mObject(object) {} |
| 1432 | ResultType ExecuteInNewThread(TCHAR *aNewThreadDesc |
| 1433 | , ExprTokenType *aParamValue = NULL, int aParamCount = 0, __int64 *aRetVal = NULL) const; |
nothing calls this directly
no outgoing calls
no test coverage detected