Ignore:
Timestamp:
Nov 14, 2013 5:39:19 PM (10 years ago)
Author:
ldelgass
Message:

Use nv namespace for internal classes (not Rappture) to make it easier to find
dependencies on the Rappture libraries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/CmdProc.cpp

    r3713 r4056  
    1010#include "CmdProc.h"
    1111
    12 using namespace Rappture;
     12using namespace nv;
    1313
    1414/**
     
    115115 */
    116116Tcl_ObjCmdProc *
    117 Rappture::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)
     117nv::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)
    127127{
    128128    CmdSpec *specPtr;
Note: See TracChangeset for help on using the changeset viewer.