Subversion Repositories DevTools

Rev

Rev 7022 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7022 Rev 7029
Line 225... Line 225...
225
      ValidateDaemonInstruction = HandleValidateDaemonInstructionError(nOpCode,retERRmsg,sErrorMsg)
225
      ValidateDaemonInstruction = HandleValidateDaemonInstructionError(nOpCode,retERRmsg,sErrorMsg)
226
 
226
 
227
   Case OP_CODE_1_TEST_BUILD_PACKAGE
227
   Case OP_CODE_1_TEST_BUILD_PACKAGE
228
      ValidateDaemonInstruction = True ' no validation checks for this instruction
228
      ValidateDaemonInstruction = True ' no validation checks for this instruction
229
 
229
 
-
 
230
   Case OP_CODE_2_FUTURE_BUILD
-
 
231
      ValidateDaemonInstruction = True ' no validation checks for this instruction
-
 
232
 
230
   Case Else
233
   Case Else
231
 
234
 
232
      sErrorMsg = "Attempt to add an unknown daemon instruction type"
235
      sErrorMsg = "Attempt to add an unknown daemon instruction type"
233
      ValidateDaemonInstruction = False
236
      ValidateDaemonInstruction = False
234
   End Select
237
   End Select