~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/daemon.h

  • Committer: Brian Aker
  • Date: 2011-03-14 05:40:28 UTC
  • Revision ID: brian@tangent.org-20110314054028-jhey35e5la4nfl4w
Mass removal of ifdef/endif in favor of pragma once.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 * SUCH DAMAGE.
32
32
 */
33
33
 
34
 
#ifndef DRIZZLED_DAEMON_H
35
 
#define DRIZZLED_DAEMON_H
 
34
#pragma once
36
35
 
37
36
namespace drizzled
38
37
{
42
41
 
43
42
}
44
43
 
45
 
#endif /* DRIZZLED_DAEMON_H */