~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/status_dictionary/variables.h

Additional plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#ifndef PLUGIN_DATA_ENGINE_VARIABLES_H
22
 
#define PLUGIN_DATA_ENGINE_VARIABLES_H
 
21
#ifndef PLUGIN_STATUS_DICTIONARY_VARIABLES_H
 
22
#define PLUGIN_STATUS_DICTIONARY_VARIABLES_H
23
23
 
24
 
#include "plugin/data_engine/state_tool.h"
 
24
#include "plugin/status_dictionary/dictionary.h"
25
25
 
26
26
class VariablesTool : public StateTool
27
27
{
41
41
  }
42
42
};
43
43
 
44
 
#endif // PLUGIN_DATA_ENGINE_VARIABLES_H
 
44
#endif // PLUGIN_STATUS_DICTIONARY_VARIABLES_H