summaryrefslogtreecommitdiff
path: root/comm/OLD/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/OLD/Service.h')
-rw-r--r--comm/OLD/Service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/comm/OLD/Service.h b/comm/OLD/Service.h
index 9108917..63f3cc4 100644
--- a/comm/OLD/Service.h
+++ b/comm/OLD/Service.h
@@ -72,8 +72,8 @@ public:
UchChannel* Copy () const;
void SetEvQueue (UchMsgQueue*);
- UchMessage* PeekEvent (bool = TRUE);
- UchMessage* GetEvent (bool = TRUE);
+ UchMessage* PeekEvent (bool = true);
+ UchMessage* GetEvent (bool = true);
void PutEvent (UchMessage*);
void PutBackEvent (UchMessage*);
};