Ignore:
Timestamp:
Jul 6, 2008, 8:20:14 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Uploading from OR_30_258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/foia-cprs/CPRS-Chart/rMisc.pas

    r459 r460  
    3636function ServerHasPatch(const x: string): Boolean;
    3737function ServerVersion(const Option, VerClient: string): string;
     38function PackageVersion(const Namespace: string): string;
    3839
    3940procedure SaveUserBounds(AControl: TControl);
     
    111112  with RPCBrokerV do
    112113  begin
     114    ClearParameters := True;
    113115    RemoteProcedure := 'XWB GET VARIABLE VALUE';
    114116    Param[0].Value := x;
     
    127129begin
    128130  Result := sCallV('ORWU VERSRV', [Option, VerClient]);
     131end;
     132
     133function PackageVersion(const Namespace: string): string;
     134begin
     135  Result := sCallV('ORWU VERSION', [Namespace]);
    129136end;
    130137
Note: See TracChangeset for help on using the changeset viewer.