Use OSM::Timer (and hence SystemTimer) consistently

This commit is contained in:
Tom Hughes 2012-01-06 09:13:52 +00:00
parent 00a605a2a8
commit 3aa1c46aef
3 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,7 @@ class AmfController < ApplicationController
def amf_handle_error_with_timeout(call,rootobj,rootid)
amf_handle_error(call,rootobj,rootid) do
Timeout::timeout(API_TIMEOUT, OSM::APITimeoutError) do
OSM::Timer.timeout(API_TIMEOUT, OSM::APITimeoutError) do
yield
end
end