/* * Copyright (C) 2007-2014 Xagasoft, All rights reserved. * * This file is part of the Xagasoft Build and is released under the * terms of the license contained in the file LICENSE. */ #ifndef FUNCTION_PLUGGER_H #define FUNCTION_PLUGGER_H #include "function.h" #include #include class FunctionPlugger : public Bu::Plugger, public Bu::Singleton { friend class Bu::Singleton; private: FunctionPlugger(); virtual ~FunctionPlugger(); }; #endif