source: cprs/trunk/BDK50/BDK32_P50/Source/fRPCSharedBrokerSessionMgr1.pas@ 1709

Last change on this file since 1709 was 1678, checked in by healthsevak, 10 years ago

Added this new version of Broker component libraries while updating the working copy to CPRS version 28

File size: 763 bytes
RevLine 
[1678]1{ **************************************************************
2 Package: XWB - Kernel RPCBroker
3 Date Created: Sept 18, 1997 (Version 1.1)
4 Site Name: Oakland, OI Field Office, Dept of Veteran Affairs
5 Developers: Kevin Meldrum, Travis Hilton, Joel Ivey
6 Description: form file for RPCSharedBrokerSessionMgr1.
7 Current Release: Version 1.1 Patch 47 (Jun. 17, 2008))
8*************************************************************** }
9
10unit fRPCSharedBrokerSessionMgr1;
11
12interface
13
14uses
15 Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
16
17type
18 TForm1 = class(TForm)
19 private
20 { Private declarations }
21 public
22 { Public declarations }
23 end;
24
25var
26 Form1: TForm1;
27
28implementation
29
30{$R *.DFM}
31
32end.
Note: See TracBrowser for help on using the repository browser.