~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/vertex.h

  • Committer: Olaf van der Spek
  • Date: 2011-07-05 13:16:34 UTC
  • mto: This revision was merged to the branch mainline in revision 2384.
  • Revision ID: olafvdspek@gmail.com-20110705131634-f7g1fjro5slibmdj
Add data_ref.h
Use str_ref for append_identifier

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef DRIZZLED_MODULE_VERTEX_H
21
 
#define DRIZZLED_MODULE_VERTEX_H
 
20
#pragma once
22
21
 
23
22
#include <string>
24
23
 
40
39
  };
41
40
}
42
41
 
43
 
namespace drizzled
44
 
{
45
 
 
46
 
namespace module
47
 
{
48
 
class Module;
 
42
namespace drizzled {
 
43
namespace module {
49
44
 
50
45
class Vertex
51
46
{
104
99
} /* namespace module */
105
100
} /* namespace vertex */
106
101
 
107
 
#endif /* DRIZZLED_MODULE_VERTEX_H */