~barry-leslie/drizzle/drizzle_pbmsV2

« back to all changes in this revision

Viewing changes to plugin/utility_functions/typeof.h

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2011-04-04 14:40:45 UTC
  • mfrom: (1919.2.344 build)
  • Revision ID: barry.leslie@primebase.com-20110404144045-etbtnq340cgy2dw3
MergedĀ inĀ lp:drizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
 
21
 
#ifndef PLUGIN_UTILITY_FUNCTIONS_TYPEOF_H
22
 
#define PLUGIN_UTILITY_FUNCTIONS_TYPEOF_H
 
21
#pragma once
23
22
 
24
23
#include <drizzled/function/str/strfunc.h>
25
24
 
51
50
} /* namespace utility_functions */
52
51
} /* namespace drizzled */
53
52
 
54
 
#endif /* PLUGIN_UTILITY_FUNCTIONS_TYPEOF_H */