summaryrefslogtreecommitdiff
path: root/apps/drwho/PMC_Ruser.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 02:34:57 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 02:34:57 +0000
commit0902828269fb1a42ed23c208fd61bac76aaddc13 (patch)
tree5967e9ca7d44ed1d2823be9746817ebb8e025f5d /apps/drwho/PMC_Ruser.h
parente7788cff873f30e65d44d38db7cfafc175f748a3 (diff)
downloadATCD-0902828269fb1a42ed23c208fd61bac76aaddc13.tar.gz
changed include protection from #if !defined to ifndef, and added #pragma once, if possible
Diffstat (limited to 'apps/drwho/PMC_Ruser.h')
-rw-r--r--apps/drwho/PMC_Ruser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/drwho/PMC_Ruser.h b/apps/drwho/PMC_Ruser.h
index f121fc95be7..fe3d3c23363 100644
--- a/apps/drwho/PMC_Ruser.h
+++ b/apps/drwho/PMC_Ruser.h
@@ -14,7 +14,7 @@
//
// ============================================================================
-#if !defined (_PMC_RUSER_H)
+#ifndef _PMC_RUSER_H
#define _PMC_RUSER_H
#include "PM_Client.h"
@@ -22,7 +22,7 @@
class PMC_Ruser : public PM_Client
{
// = TITLE
- // Provides the client's lookup table abstraction for `ruser' users...
+ // Provides the client's lookup table abstraction for `ruser' users...
public:
PMC_Ruser (void);