projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b8e425
)
Correct the file ..incorrect checkin the first time
author
adash
<adash>
Tue, 11 Sep 2007 23:02:49 +0000
(23:02 +0000)
committer
adash
<adash>
Tue, 11 Sep 2007 23:02:49 +0000
(23:02 +0000)
Robust/src/ClassLibrary/ThreadDSM.java
patch
|
blob
|
history
diff --git
a/Robust/src/ClassLibrary/ThreadDSM.java
b/Robust/src/ClassLibrary/ThreadDSM.java
index d8890d1e943e6c13080d112b8b7948eb3d81fa9a..cc659e7a2455eaed189460345b3185203567c7cb 100644
(file)
--- a/
Robust/src/ClassLibrary/ThreadDSM.java
+++ b/
Robust/src/ClassLibrary/ThreadDSM.java
@@
-1,14
+1,14
@@
-public class Thread
DSM
{
+public class Thread {
public void start(int mid) {
- r
un
(mid);
+ r
emotethreadstart
(mid);
}
public native static void sleep(long millis);
- public void run(
int mid
) {
+ public void run() {
}
- public
int startRemoteThread
(int mid);
+ public
native void remotethreadstart
(int mid);
}