* Reduced default stable time.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34509 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-12-05 15:03:33 +00:00
parent dca6b4f951
commit 125a95f1ef

View File

@ -1,11 +1,12 @@
/*
* Copyright 2004-2008, Haiku, Inc. All rights reserved.
* Copyright 2004-2009, Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Andrew Bachmann
*/
#include "AddOnMonitorHandler.h"
#include <string.h>
@ -14,12 +15,13 @@
#ifndef ADD_ON_STABLE_SECONDS
# define ADD_ON_STABLE_SECONDS 5
# define ADD_ON_STABLE_SECONDS 1
#endif
AddOnMonitorHandler::AddOnMonitorHandler(const char* name)
: NodeMonitorHandler(name != NULL ? name : "AddOnMonitorHandler")
:
NodeMonitorHandler(name != NULL ? name : "AddOnMonitorHandler")
{
}