Skip to content

Commit

Permalink
Issue #5: replace use of ports with portOrResourceNameList in gem server
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Jan 7, 2015
1 parent fdf4b4e commit fac280d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
service instance-server
startServerOn: port
startServerOn: portOrResourceName
"start server in current vm. for gemstone, not expected to return."

self taskClass vmStartup.
super startServerOn: port
super startServerOn: portOrResourceName
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"delayTimeMs" : "dkh 12/13/2014 15:31",
"taskClass" : "dkh 12/13/2014 15:29" },
"instance" : {
"startServerOn:" : "dkh 12/13/2014 15:47" } }
"startServerOn:" : "dkh 01/06/2015 15:50" } }
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'Seaside-GemStone-ServiceVM-GemServer-dkh.1' message 'Issue #5: start implementation of ServiceVmGemServer' id '8d0f0457-16d5-481a-89f4-5f973ffc4973' date '12/13/2014' time '15:59:38' author 'dkh' ancestors () stepChildren ())
(name 'Seaside-GemStone-ServiceVM-GemServer-dkh.2' message 'Issue #5: replace use of ports with portOrResourceNameList in gem server' id 'a38f0876-0392-472c-8f25-48bf83fd5a56' date '01/06/2015' time '16:19:38' author 'dkh' ancestors ((name 'Seaside-GemStone-ServiceVM-GemServer-dkh.1' message 'Issue #5: start implementation of ServiceVmGemServer' id '8d0f0457-16d5-481a-89f4-5f973ffc4973' date '12/13/2014' time '15:59:38' author 'dkh' ancestors () stepChildren ())) stepChildren ())

0 comments on commit fac280d

Please sign in to comment.