개정판 a1e2ba68
markus 외부주소 오류 수정
Change-Id: I03bd3df4edb78472d7d45f7a8c5db87fdfda226b
DownloadManager/Program.cs | ||
---|---|---|
68 | 68 |
//} |
69 | 69 |
if (args[0] == IIpc.ProcessTypeDefine.DEFINE_MONITOR) |
70 | 70 |
{ |
71 |
CheckAutoUpdate.Validation(); |
|
72 |
|
|
73 | 71 |
IsDebug = bool.Parse(args[1]); |
74 | 72 |
int processId = int.Parse(args[2]); /// kcom process id |
75 | 73 |
int thumbnamilPID = int.Parse(args[3]); |
... | ... | |
79 | 77 |
string folder2 = args[6]; // folder |
80 | 78 |
string file = args[7]; // file |
81 | 79 |
|
80 |
string baseUri = args[8]; // uri |
|
81 |
|
|
82 |
CheckAutoUpdate.Validation(baseUri); |
|
83 |
|
|
82 | 84 |
try |
83 | 85 |
{ |
84 | 86 |
Process process = FindProcess(processId); |
내보내기 Unified diff