~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/status_helper.h

  • Committer: Monty Taylor
  • Date: 2010-08-03 18:21:58 UTC
  • mto: (1680.2.6 build)
  • mto: This revision was merged to the branch mainline in revision 1683.
  • Revision ID: mordred@inaugust.com-20100803182158-nkmgnlohodud4290
Made existence of intltool and gettext optional.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 *  Copyright (C) 2008 Sun Microsystems, Inc.
 
4
 *  Copyright (C) 2008 Sun Microsystems
5
5
 *  Copyright (C) 2010 Joseph Daly 
6
6
 *
7
7
 *  This program is free software; you can redistribute it and/or modify
21
21
#ifndef DRIZZLED_STATUS_HELPER_H
22
22
#define DRIZZLED_STATUS_HELPER_H
23
23
 
24
 
#include <drizzled/plugin.h>
25
 
#include <drizzled/statistics_variables.h>
26
 
 
27
 
#include <drizzled/visibility.h>
 
24
#include "drizzled/plugin.h"
 
25
#include "drizzled/statistics_variables.h"
28
26
 
29
27
namespace drizzled
30
28
{
31
29
 
32
 
class DRIZZLED_API StatusHelper 
 
30
class StatusHelper 
33
31
{
34
32
public:
35
33