|
@@ -113,7 +113,7 @@ public:
|
|
|
{
|
|
|
LOG_FUNCTION();
|
|
|
IFFAILBREAK(GetFunction()->RegistTerminalStateChangeEvent(this));
|
|
|
- IFFAILBREAK(GetFunction()->SetTimer(1, this, 60 * 1000));
|
|
|
+ //IFFAILBREAK(GetFunction()->SetTimer(1, this, 60 * 1000));
|
|
|
}
|
|
|
|
|
|
virtual void OnPreClose(EntityCloseCauseEnum eCloseCause,CSmartPointer<ITransactionContext> pTransactionContext)
|