File: 02-g%2B%2B-extra-qualtification.diff

package info (click to toggle)
simulpic 1%3A2005-1-28-10
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 368 kB
  • sloc: cpp: 5,014; makefile: 82
file content (19 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/tpic.h
+++ b/tpic.h
@@ -89,11 +89,11 @@ class TPic {
     TRegister Bit_Read(TRegister reg, TBit_Address pos);
     TRegister Bit_Write(TRegister reg, TBit_Address pos, TBool bit);
 
-    TBool TPic::RB_Change_Event();
-    TBool TPic::INT_Event();
-    TBool TPic::RTCC_Event();
-    void TPic::Update_RTCC();
-    TBool TPic::Update_WDT();
+    TBool RB_Change_Event();
+    TBool INT_Event();
+    TBool RTCC_Event();
+    void Update_RTCC();
+    TBool Update_WDT();
 
           /****   PIC16C84 - Instruction Set  ****/