~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/logging_handler.h

  • Committer: Monty Taylor
  • Date: 2009-08-30 00:26:17 UTC
  • mto: (1130.3.4 memory-file-moves)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20090830002617-o57hrj99p6fp1186
Fixed all of the include guards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
21
21
 */
22
22
 
23
 
#ifndef DRIZZLED_PLUGIN_LOGGING_H
24
 
#define DRIZZLED_PLUGIN_LOGGING_H
 
23
#ifndef DRIZZLED_PLUGIN_LOGGING_HANDLER_H
 
24
#define DRIZZLED_PLUGIN_LOGGING_HANDLER_H
25
25
 
26
26
#include <string>
27
27
 
42
42
  virtual bool post(Session *) {return false;}
43
43
};
44
44
 
45
 
#endif /* DRIZZLED_PLUGIN_LOGGING_H */
 
45
#endif /* DRIZZLED_PLUGIN_LOGGING_HANDLER_H */