~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

Viewing changes to drizzled/memory/root.h

  • Committer: Patrick Crews
  • Date: 2011-02-01 20:33:06 UTC
  • mfrom: (1845.2.288 drizzle)
  • Revision ID: gleebix@gmail.com-20110201203306-mwq2rk0it81tlwxh
Merged Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * @brief Memory root declarations
19
19
 */
20
20
 
 
21
 
 
22
 
21
23
#ifndef DRIZZLED_MEMORY_ROOT_H
22
24
#define DRIZZLED_MEMORY_ROOT_H
23
25
 
25
27
 
26
28
#include <drizzled/definitions.h>
27
29
 
 
30
#include "drizzled/visibility.h"
 
31
 
28
32
namespace drizzled
29
33
{
30
34
 
60
64
 
61
65
 
62
66
 
63
 
class Root
 
67
class DRIZZLED_API Root
64
68
{
65
69
public:
66
70