Last change
on this file since 689 was 638, checked in by Herwig Bauernfeind, 14 years ago |
GUI-Tools: EVFSGUI 2.5.x: Initial commit
|
File size:
423 bytes
|
Line | |
---|
1 | /*:VRX Main
|
---|
2 | */
|
---|
3 | Main:
|
---|
4 | signal on halt
|
---|
5 | say time()' wps_open thread started'
|
---|
6 | mountpoint = arg(1)
|
---|
7 | openmode = arg(2)
|
---|
8 | say ' Opening WPS object "'mountpoint'" in "'openmode'" view'
|
---|
9 | call SysSetObjectData mountpoint, "OPEN="openmode";"
|
---|
10 | /* call SysSetObjectData mountpoint, "OPEN="openmode";" */
|
---|
11 | say time()' wps_open thread done'
|
---|
12 | exit
|
---|
13 |
|
---|
14 | /*:VRX Halt
|
---|
15 | */
|
---|
16 | Halt:
|
---|
17 |
|
---|
18 | exit
|
---|
19 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.