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/FlowParticles.h

    r3630 r4056  
    5252    int parseSwitches(Tcl_Interp *interp, int objc, Tcl_Obj *const *objv)
    5353    {
    54         if (Rappture::ParseSwitches(interp, _switches, objc, objv, &_sv,
    55                                     SWITCH_DEFAULTS) < 0) {
     54        if (nv::ParseSwitches(interp, _switches, objc, objv, &_sv,
     55                              SWITCH_DEFAULTS) < 0) {
    5656            return TCL_ERROR;
    5757        }
     
    9797    FlowParticlesValues _sv;
    9898
    99     static Rappture::SwitchSpec _switches[];
     99    static SwitchSpec _switches[];
    100100};
    101101
Note: See TracChangeset for help on using the changeset viewer.