Update of /cvsroot/ro-oslib/OSLib/!OsLib/Source/User/oslib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv575
Modified Files:
Report.swi
Log Message:
Fixed syntax error + reformated previous addition a bit so that the
layout style is consistent.
Index: Report.swi
===================================================================
RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Source/User/oslib/Report.swi,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Report.swi 25 Jan 2006 10:12:09 -0000 1.3
--- Report.swi 11 Feb 2006 15:24:43 -0000 1.4
***************
*** 177,204 ****
Report_RmaOff =
( NUMBER 0x54C9B "Turn reporting of RMA storage off"
! )
!
! SWI Report_TimeOn =
! ( NUMBER 0x54C9C "Add Timestamp to Reported Commands");
! SWI Report_TimeOff =
! ( NUMBER 0x54C9D "Remove Timestamp from Reported Commands");
! SWI Report_SrceOn =
! ( NUMBER 0x54C9E "Add Source to Reported Commands");
! SWI Report_SrceOff =
! ( NUMBER 0x54C9F "Remove Source from Reported Commands");
! SWI Report_ObeyOn =
! ( NUMBER 0x54CA0 "Report only Obey commands");
! SWI Report_ObeyOff =
! ( NUMBER 0x54CA1 "Report all Commands");
! SWI Report_Push =
! ( NUMBER 0x54CA2 "Store Reporter Status");
! SWI Report_Pull =
! ( NUMBER 0x54CA3 "Restore Reporter Status");
--- 177,219 ----
Report_RmaOff =
( NUMBER 0x54C9B "Turn reporting of RMA storage off"
! );
! SWI
! Report_TimeOn =
! ( NUMBER 0x54C9C "Add Timestamp to Reported Commands"
! );
! SWI
! Report_TimeOff =
! ( NUMBER 0x54C9D "Remove Timestamp from Reported Commands"
! );
! SWI
! Report_SrceOn =
! ( NUMBER 0x54C9E "Add Source to Reported Commands"
! );
! SWI
! Report_SrceOff =
! ( NUMBER 0x54C9F "Remove Source from Reported Commands"
! );
! SWI
! Report_ObeyOn =
! ( NUMBER 0x54CA0 "Report only Obey commands"
! );
! SWI
! Report_ObeyOff =
! ( NUMBER 0x54CA1 "Report all Commands"
! );
! SWI
! Report_Push =
! ( NUMBER 0x54CA2 "Store Reporter Status"
! );
+ SWI
+ Report_Pull =
+ ( NUMBER 0x54CA3 "Restore Reporter Status"
+ )
|