~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/gman_do.h

  • Committer: Mark Atwood
  • Date: 2011-08-11 03:05:03 UTC
  • mfrom: (2385.1.12 refactor4)
  • Revision ID: me@mark.atwood.name-20110811030503-rp9xjihc5x3y0x4q
mergeĀ lp:~olafvdspek/drizzle/refactor4

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 */