~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/display.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-05 13:28:48 UTC
  • mto: This revision was merged to the branch mainline in revision 2395.
  • Revision ID: olafvdspek@gmail.com-20110805132848-vvwjg6pgwf56xnsd
Use const char* instead of str_ref

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 DRIZZLED_DISPLAY_H
22
 
#define DRIZZLED_DISPLAY_H
 
21
#pragma once
23
22
 
24
 
#include "drizzled/common.h"
 
23
#include <drizzled/common.h>
25
24
#include <string>
26
25
 
27
 
#include "drizzled/item/func.h"
 
26
#include <drizzled/item/func.h>
28
27
 
29
28
namespace drizzled {
30
29
namespace display {
40
39
} /* namespace display */
41
40
} /* namespace drizzled */
42
41
 
43
 
#endif /* DRIZZLED_DISPLAY_H */