root/src/add-ons/kernel/file_systems/ramfs/EntryListener.cpp
/*
 * Copyright 2007, Ingo Weinhold, ingo_weinhold@gmx.de.
 * All rights reserved. Distributed under the terms of the MIT license.
 */

#include "EntryListener.h"

// constructor
EntryListener::EntryListener()
{
}

// destructor
EntryListener::~EntryListener()
{
}

// EntryAdded
void
EntryListener::EntryAdded(Entry */*entry*/)
{
}

// EntryRemoved
void
EntryListener::EntryRemoved(Entry */*entry*/)
{
}