~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/gman_do.h

updating

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
15
15
 
16
 
#ifndef PLUGIN_GEARMAN_UDF_GMAN_DO_H
17
 
#define PLUGIN_GEARMAN_UDF_GMAN_DO_H
 
16
#pragma once
18
17
 
19
18
#include <drizzled/item/func.h>
20
19
#include <drizzled/function/str/strfunc.h>
94
93
  const char *func_name() const{ return "gman_do_low_background"; }
95
94
};
96
95
 
97
 
#endif /* PLUGIN_GEARMAN_UDF_GMAN_DO_H */