~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/memory/root.h

  • Committer: Monty Taylor
  • Date: 2011-01-26 19:15:55 UTC
  • mto: This revision was merged to the branch mainline in revision 2126.
  • Revision ID: mordred@inaugust.com-20110126191555-nq5nnzyscvngsip2
Turns on -fvisibility=hidden by default. Symbols intended to be used by
plugins need to be marked with DRIZZLED_API.

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