69. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/18/2017 11:37:29 AM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

69.1 Files compared

# Location File Last Modified
1 OSCIF_CPRS v32 Phase 2 Build 2OR3.0405_August_2017.zip\OR_30_405V36_SRC.zip\XE8\Broker\Source IISBase.inc Wed Oct 11 20:08:07 2017 UTC
2 OSCIF_CPRS v32 Phase 2 Build 2OR3.0405_August_2017.zip\OR_30_405V36_SRC.zip\XE8\Broker\Source IISBase.inc Tue Oct 17 19:54:11 2017 UTC

69.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 238
Changed 1 2
Inserted 0 0
Removed 0 0

69.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

69.4 Active regular expressions

No regular expressions were active.

69.5 Comparison detail

  1   { ******** ********** ********** ********** ********** ********** ****
  2           Pa ckage: XWB  - Kernel  RPCBroker
  3           Da te Created : Sept 18,  1997 (Ver sion 1.1)
  4           Si te Name: O akland, OI  Field Off ice, Dept  of Veteran  Affairs
  5           De velopers:  PII,PII,PI I
  6           De scription:  Contains  TRPCBroker  and relat ed compone nts.
  7           Cu rrent Rele ase: Versi on 1.1 Pat ch 65 (201 6))
  8   ********** ********** ********** ********** ********** ********** *** }
  9  
  10  
  11   {== Delphi  Version P roperties  ==}
  12   {$IFDEF WI N32}
  13     {$DEFINE  D2_OR_HIG HER}
  14   {$ENDIF}
  15  
  16   {$IFNDEF V ER80}
  17     {$IFNDEF  VER90}
  18       {$IFND EF VER93}
  19         {$DE FINE D3_OR _HIGHER}
  20         {$IF NDEF VER10 0}
  21           {$ DEFINE BCB 3_OR_HIGHE R}
  22           {$ IFNDEF VER 110}
  23              {$DEFINE D 4_OR_HIGHE R}
  24              {$IFNDEF V ER120}
  25                {$DEFINE  BCB4_OR_H IGHER}
  26                {$IFNDEF  VER125}
  27                  {$DEFI NE D5_OR_H IGHER}
  28                  {$DEFI NE BCB5_OR _HIGHER}
  29                  {$IFND EF VER130}
  30                    {$DE FINE D6_OR _HIGHER}
  31                  {$ENDI F}
  32                {$ENDIF}
  33              {$ENDIF}
  34           {$ ENDIF}
  35         {$EN DIF}
  36       {$ENDI F}
  37     {$ENDIF}
  38   {$ENDIF}
  39  
  40   {$IFDEF D6 _OR_HIGHER }
  41   {$WARN SYM BOL_PLATFO RM OFF}
  42   {$ENDIF}
  43  
  44   {$IFDEF VE R80}
  45     {$DEFINE  D1_ONLY}
  46   {$ENDIF}
  47   {$IFDEF VE R90}
  48     {$DEFINE  D2_ONLY}
  49   {$ENDIF}
  50   {$IFDEF VE R100}
  51     {$DEFINE  D3_ONLY}
  52   {$ENDIF}
  53   {$IFDEF VE R110}
  54     {$DEFINE  BCB3_ONLY }
  55     {$OBJEXP ORTALL ON}
  56   {$ENDIF}
  57   {$IFDEF VE R120}
  58     {$DEFINE  D4_ONLY}
  59   {$ENDIF}
  60   {$IFDEF VE R125}
  61     {$DEFINE  BCB4_ONLY }
  62     {$OBJEXP ORTALL ON}
  63   {$ENDIF}
  64   {$IFDEF VE R130}
  65     {$IFDEF  BCB}
  66       {$DEFI NE BCB5_ON LY}
  67       {$OBJE XPORTALL O N}
  68     {$ELSE}
  69       {$DEFI NE D5_ONLY }
  70     {$ENDIF}
  71   {$ENDIF}
  72   {$IFDEF VE R140}
  73     {$DEFINE  D6_ONLY}
  74   {$ENDIF}
  75  
  76  
  77   {== Code G eneration  Directives  ==}
  78  
  79   {$F-}    {  Force Far  Calls }
  80   {$A+}    {  Word Alig n Data }
  81   {$U-}    {  Pentium-S ave FDIV }
  82   {$K-}    {  Smart Cal lbacks }
  83   {$W-}    {  Windows S tack Frame  }
  84  
  85  
  86   {== Runtim e Errors = =}
  87  
  88   {$IFOPT D+ }
  89     {$R+}     { Range C hecking -  On - if co mpiled wit h Debug In formation  }
  90   {$ELSE}
  91     {$R-}     { Range C hecking -  Off - if c ompiled wi thout Debu g Informat ion }
  92   {$ENDIF}
  93  
  94   {$S-}    {  Stack Che cking }
  95   {$I+}    {  I/O Check ing }
  96   {$Q-}    {  Overflow  Checking }
  97  
  98  
  99   {== Syntax  Options = =}
  100  
  101   {$V-}    {  Strict Va r-Strings  }
  102   {$B-}    {  Complete  Boolean Ev aluation }
  103   {$X+}    {  Extended  Syntax }
  104   {$T-}    {  Typed @ O perator }
  105   {$P+}    {  Open Para meters }
  106   {$IFDEF D4 _OR_HIGHER }
  107   {$J+}    {  Writeable  Typed Con stants }
  108   {$ENDIF}
  109  
  110   {== Miscel laneous Di rectives = =}
  111  
  112   {$C MOVEAB LE DEMANDL OAD DISCAR DABLE}     { Code Seg ment Attri bute }
  113   {$G+}    {  286 Instr uctions }
  114   {$N+}    {  Numeric C oprocessor  }
  115   {$Z-}    {  Word Size  Enumerate d Types }
  116  
  117   {$IFDEF WI N32}
  118   {$H+}    {  Long Stri ng Support  }
  119   {$ENDIF}
  120