-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make ZnDefaultServerDelegate aware of the server it is embedded in (n…
…ot just through ZnCurrentServer during a request/response cylce, but also statically)
- Loading branch information
Showing
4 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
repository/Zinc-HTTP.package/ZnDefaultServerDelegate.class/instance/server..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
accessing | ||
server: znServer | ||
"Set my server to snServer, the one I am the delegate for" | ||
|
||
server := znServer |
5 changes: 5 additions & 0 deletions
5
repository/Zinc-HTTP.package/ZnDefaultServerDelegate.class/instance/server.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
accessing | ||
server | ||
"Return the ZnServer I was configured with, the one I am the delegate for" | ||
|
||
^ server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters