source: cprs/branches/HealthSevak-CPRS/BDK50/BDK32_P50/Source/fRPCSharedBrokerSessionMgr1.pas@ 1691

Last change on this file since 1691 was 1691, checked in by healthsevak, 9 years ago

Committing the files for first time to this new branch

File size: 763 bytes
Line 
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.