Changeset 4056 for trunk/packages/vizservers/nanovis/CmdProc.cpp
- Timestamp:
- Nov 14, 2013 5:39:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/nanovis/CmdProc.cpp
r3713 r4056 10 10 #include "CmdProc.h" 11 11 12 using namespace Rappture;12 using namespace nv; 13 13 14 14 /** … … 115 115 */ 116 116 Tcl_ObjCmdProc * 117 Rappture::GetOpFromObj(Tcl_Interp *interp, /* Interpreter to report errors to */118 119 120 121 122 123 124 125 126 117 nv::GetOpFromObj(Tcl_Interp *interp, /* Interpreter to report errors to */ 118 int nSpecs, /* Number of specifications in array */ 119 CmdSpec *specs, /* Op specification array */ 120 int operPos, /* Position of operation in argument 121 * list. */ 122 int objc, /* Number of arguments in the argument 123 * vector. This includes any prefixed 124 * arguments */ 125 Tcl_Obj *const *objv, /* Argument vector */ 126 int flags) 127 127 { 128 128 CmdSpec *specPtr;
Note: See TracChangeset
for help on using the changeset viewer.