~drizzle-pbxt/drizzle/drizzle-pbxt-2

« back to all changes in this revision

Viewing changes to drizzled/util/convert.h

  • Committer: Paul McCullagh
  • Date: 2009-11-10 14:18:39 UTC
  • mfrom: (1038.1.7 drizzle-pbxt-pre-merge)
  • Revision ID: paul.mccullagh@primebase.org-20091110141839-2j3k43b17ag6f605
Merged Drizzle trunk and PBXT 1.0.09

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_UTIL_CONVERT
22
 
#define DRIZZLE_SERVER_UTIL_CONVERT
 
21
#ifndef DRIZZLED_UTIL_CONVERT_H
 
22
#define DRIZZLED_UTIL_CONVERT_H
23
23
 
24
24
#include <string>
25
25
#include <iostream>
48
48
                                  uint64_t from_size);
49
49
}
50
50
 
51
 
#endif
 
51
#endif /* DRIZZLED_UTIL_CONVERT_H */