Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 358833

Summary: SysLib.callCmd needs to return the command's return code
Product: z_Archived Reporter: Matt Heitz <mheitz>
Component: EDTAssignee: Matt Heitz <mheitz>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Matt Heitz CLA 2011-09-25 22:05:03 EDT
SysLib.callCmd is defined with no return type.

externalType SysLib type NativeType
   static function callCmd(commandString string in);
end

It should return an int, the return code of the command.
Comment 1 Matt Heitz CLA 2011-09-26 16:59:36 EDT
Changes are done.
Comment 2 Matt Heitz CLA 2011-09-26 16:59:45 EDT
Closing.