Skip to content

Commit

Permalink
Auto stash before merge of "master" and "origin/master"
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Mar 18, 2024
1 parent 78a1db1 commit 99feeff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/endpoint_xig.pas
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ function TXIGServerEndPoint.makeWebEndPoint(common: TFHIRWebServerCommon): TFhir
begin
inherited makeWebEndPoint(common);
FXIGServer := TFHIRXIGWebServer.Create(config.name, config['path'].value, common);
(FXIGServer as TFHIRXIGWebServer).FContext := TFHIRXIGWebContext.create(Database.link);
(FXIGServer as TFHIRXIGWebServer).FContext := TFHIRXIGWebContext.create(Database.link);
WebEndPoint := FXIGServer;
result := FXIGServer.link;
end;
Expand Down
6 changes: 3 additions & 3 deletions server/fhirserver.lpi
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="12"/>
Expand All @@ -19,8 +20,7 @@
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="3"/>
<MinorVersionNr Value="4"/>
<RevisionNr Value="2"/>
<Attributes pvaDebug="False"/>
<RevisionNr Value="1"/>
</VersionInfo>
<BuildModes Count="8">
<Item1 Name="default" Default="True"/>
Expand Down Expand Up @@ -1032,7 +1032,7 @@
<Name Value="EPackageCrawlerException"/>
</Item50>
<Item51>
<Name Value="&lt;Unknown Class&gt;"/>
<Name Value="&lt;Unknown Class>"/>
</Item51>
<Item52>
<Name Value="EDateFormatError"/>
Expand Down

0 comments on commit 99feeff

Please sign in to comment.