Ignore:
Timestamp:
Aug 2, 2014, 12:15:08 AM (10 years ago)
Author:
ldelgass
Message:

merge r4059 from trunk

Location:
vtkvis/branches/1.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vtkvis/branches/1.7

  • vtkvis/branches/1.7/CmdProc.cpp

    r3712 r4602  
    1111#include "CmdProc.h"
    1212
    13 using namespace Rappture;
     13using namespace VtkVis;
    1414
    1515/**
     
    116116 */
    117117Tcl_ObjCmdProc *
    118 Rappture::GetOpFromObj(Tcl_Interp *interp,      /* Interpreter to report errors to */
    119                        int nSpecs,              /* Number of specifications in array */
    120                        CmdSpec *specs,          /* Op specification array */
    121                        int operPos,             /* Position of operation in argument
     118VtkVis::GetOpFromObj(Tcl_Interp *interp,        /* Interpreter to report errors to */
     119                     int nSpecs,                /* Number of specifications in array */
     120                     CmdSpec *specs,            /* Op specification array */
     121                     int operPos,               /* Position of operation in argument
    122122                                                 * list. */
    123                        int objc,                /* Number of arguments in the argument
     123                     int objc,                  /* Number of arguments in the argument
    124124                                                 * vector.  This includes any prefixed
    125125                                                 * arguments */
    126                        Tcl_Obj *const *objv,    /* Argument vector */
    127                        int flags)
     126                     Tcl_Obj *const *objv,      /* Argument vector */
     127                     int flags)
    128128{
    129129    CmdSpec *specPtr;
Note: See TracChangeset for help on using the changeset viewer.