defuze.me  Client
staticplugin.hpp
00001 /**************************************************************************
00002 ** defuze.me Epitech Innovative Project
00003 **
00004 ** Copyright 2010-2011
00005 **   Athena Calmettes - Jocelyn De La Rosa - Francois Gaillard
00006 **   Adrien Jarthon - Alexandre Moore - Luc Peres - Arnaud Sellier
00007 **
00008 ** All rights reserved.
00009 **************************************************************************/
00010 
00011 class StaticPlugin;
00012 
00013 #ifndef STATICPLUGIN_HPP
00014 #define STATICPLUGIN_HPP
00015 
00016 #include "plugin.hpp"
00017 
00018 class StaticPlugin : public Plugin
00019 {
00020 public:
00021 
00022 protected:
00024     explicit StaticPlugin();
00025 
00026 private:
00027 };
00028 
00029 #endif // STATICPLUGIN_HPP