Changeset 3374 in Sophya for trunk/SophyaPI/PIext/piacmd.cc
- Timestamp:
- Nov 6, 2007, 12:21:54 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.cc
r3366 r3374 441 441 mutx_inps.unlock(); 442 442 try { 443 if (cmd == "SCO") { // set cobj 443 if (cmd == "UPD") { // UpdateObjMgrWindow() 444 int did = atoi(nom.c_str()); 445 omg.UpdateObjMgrWindow(did); 446 } 447 else if (cmd == "SCO") { // set cobj 444 448 string ss = "set cobj "; 445 449 ss += nom;
Note:
See TracChangeset
for help on using the changeset viewer.