~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/service/function.h

Renamed namespace slot to namespace service.

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_SLOT_FUNCTION_H
21
 
#define DRIZZLED_SLOT_FUNCTION_H
 
20
#ifndef DRIZZLED_SERVICE_FUNCTION_H
 
21
#define DRIZZLED_SERVICE_FUNCTION_H
22
22
 
23
23
/* This file defines structures needed by udf functions */
24
24
 
28
28
 
29
29
namespace drizzled
30
30
{
31
 
namespace slot
 
31
namespace service
32
32
{
33
33
 
34
34
/**
60
60
 
61
61
};
62
62
 
63
 
} /* end namespace slot */
 
63
} /* end namespace service */
64
64
} /* end namespace drizzled */
65
65
 
66
 
#endif /* DRIZZLED_SLOT_FUNCTION_H */
 
66
#endif /* DRIZZLED_SERVICE_FUNCTION_H */