~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/null.h

  • Committer: Brian Aker
  • Date: 2009-10-15 18:32:22 UTC
  • mfrom: (1130.3.47 memory-file-moves)
  • Revision ID: brian@gaz-20091015183222-n79fjde41epz9u6g
Merge memory

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 DRIZZLE_SERVER_FIELD_NULL
22
 
#define DRIZZLE_SERVER_FIELD_NULL
 
21
#ifndef DRIZZLED_FIELD_NULL_H
 
22
#define DRIZZLED_FIELD_NULL_H
23
23
 
24
24
#include <drizzled/field/str.h>
25
25
 
114
114
  }
115
115
};
116
116
 
117
 
#endif
 
117
#endif /* DRIZZLED_FIELD_NULL_H */