Fawkes API
Fawkes Development Version
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
bblogreplay_plugin.h
1
2
/***************************************************************************
3
* bblogreplay_plugin.h - Fawkes BlackBoard Log Replay Plugin
4
*
5
* Created: Wed Feb 17 01:53:00 2010
6
* Copyright 2010 Tim Niemueller [www.niemueller.de]
7
* 2010 Masrur Doostdar <doostdar@kbsg.rwth-aachen.de>
8
*
9
****************************************************************************/
10
11
/* This program is free software; you can redistribute it and/or modify
12
* it under the terms of the GNU General Public License as published by
13
* the Free Software Foundation; either version 2 of the License, or
14
* (at your option) any later version.
15
*
16
* This program is distributed in the hope that it will be useful,
17
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
* GNU Library General Public License for more details.
20
*
21
* Read the full text in the LICENSE.GPL file in the doc directory.
22
*/
23
24
#ifndef __PLUGINS_BBLOGGER_BBLOGREPLAY_PLUGIN_H_
25
#define __PLUGINS_BBLOGGER_BBLOGREPLAY_PLUGIN_H_
26
27
#include <core/plugin.h>
28
29
class
BlackBoardLogReplayPlugin
:
public
fawkes::Plugin
30
{
31
public
:
32
BlackBoardLogReplayPlugin
(
fawkes::Configuration
*
config
);
33
};
34
35
#endif
src
plugins
bblogger
bblogreplay_plugin.h
Generated by
1.8.1.2