- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
catch(...)
{
static int j = 0;
//if we enter this catch clause more than 1 time
//it is very likely that the RestartSystem() command
//did not succeed. If this is the case we just exit.
if(j>0)
exit(0);
else
SWFMonitorT::GetInstance()->RestartSystem();
j++;
throw;
}
gost 16.07.2014 20:43 # −5
blackhearted 17.07.2014 09:21 # 0
всё заебок уапще!
absolut 18.07.2014 21:03 # 0
Это что-то от адоба?