Files
haiku-beta6/src/apps/debugger/value/ValueHandler.cpp
T

22 lines
326 B
C++
Raw Normal View History

2009-11-05 18:15:21 +00:00
/*
* Copyright 2009, Ingo Weinhold, [email protected].
* Distributed under the terms of the MIT License.
*/
#include "ValueHandler.h"
ValueHandler::~ValueHandler()
{
}
status_t
ValueHandler::CreateTableCellValueSettingsMenu(Value* value, Settings* settings,
SettingsMenu*& _menu)
{
_menu = NULL;
return B_OK;
}