~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/service/query_cache.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_QUERY_CACHE_H
21
 
#define DRIZZLED_SLOT_QUERY_CACHE_H
 
20
#ifndef DRIZZLED_SERVICE_QUERY_CACHE_H
 
21
#define DRIZZLED_SERVICE_QUERY_CACHE_H
22
22
 
23
23
#include <vector>
24
24
 
30
30
  class QueryCache;
31
31
}
32
32
 
33
 
namespace slot
 
33
namespace service
34
34
{
35
35
 
36
36
class QueryCache
54
54
  bool flush(Session *session);
55
55
}; /* class QueryCache */
56
56
 
57
 
} /* namespace slot */
 
57
} /* namespace service */
58
58
} /* namespace drizzled */
59
59
 
60
 
#endif /* DRIZZLED_SLOT_QUERY_CACHE_H */
 
60
#endif /* DRIZZLED_SERVICE_QUERY_CACHE_H */