[ACP-1065]  Method Util.GetConfigFilePath() is missing ByVal on parameter
Type Bug
Priority Low
Severity Trivial
Component Main Program
Fixed In Version [
Versions Affected [7.07.0
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 1/20/2014

Description
Damn it! This required me to use 'ref' calling within Scheduler (ACPSequencer.cs).

API CHANGE - HOLD FOR MAJOR RELEASE OF ACP AND SCHEDULER

Comments
1/20/2014 1:12:47 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 347
Affected files /trunk/Scheduler/ACPSequencer.cs (Modified)
/trunk/Scheduler/Scheduler.csproj (Modified)
Check-in comment Fix missing ByRef on parameter to Util.GetConfigFilePath() GEM:1065
1/20/2014 10:59:11 AM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/acp
SVN Revision 607
Affected files /trunk/Util.cls (Modified)
Check-in comment Fix missing ByVal on Util.GetConfigFilePath() GEM:1065
1/20/2014 10:47:47 AM   Bob Denny
Doing an API rev for 7.1/3/6 to add Util.SchedulerAvailable and Util.SchedulerDatabase, so let's  fix this as well.