Pārlūkot izejas kodu

Corrected bug where Hold action cannot complete because the reader is not available. Previous "improvement" was based on a bad assumption that responses were emitted during the job. Actually, responses are emitted after the job is finalized and sent to the output processor so that theory was incorrect. Earlier problem was related to something else & this code was ok.

git-svn-id: https://svn.microneil.com/svn/SNF4CGP/trunk@57 59e8e3e7-56fa-483b-b4b4-fa6ab0af3dfc
master
madscientist pirms 11 gadiem
vecāks
revīzija
6978ec4c3f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      SNF4CGP/JobPool.cpp

+ 1
- 1
SNF4CGP/JobPool.cpp Parādīt failu

@@ -123,8 +123,8 @@ void Job::doUNKNOWN() {
void Job::doFILE() {
doInitialRead();
doScan();
closeReader();
doAction();
closeReader();
}
RuntimeCheck CheckMessageReaderIsValid("Job::Reader() Check(0 != Reader_)");

Notiek ielāde…
Atcelt
Saglabāt