Browse Subversion Repository
Diff of /branches/ProcessWatchImpl/Muffin/RequestResponse.cs
Parent Directory
| Revision Log
| Patch
| 22 |
} |
} |
| 23 |
|
|
| 24 |
|
|
| 25 |
this.Address = address; |
Address = address; |
| 26 |
this.Port = int.Parse(port); |
Port = int.Parse(port); |
| 27 |
this.ThreadId = threadId; |
ThreadId = threadId; |
| 28 |
} |
} |
| 29 |
|
|
| 30 |
public string Address |
public string Address |
|
|
Legend:
| Removed from v.43 |
|
| changed lines |
| |
Added in v.44 |
|
|
|