Ignore:
Timestamp:
Nov 14, 2013, 5:39:19 PM (11 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.h

    r3613 r4056  
    44 *
    55 */
    6 #ifndef RAPPTURE_CMDPROC_H
    7 #define RAPPTURE_CMDPROC_H
     6#ifndef NV_CMDPROC_H
     7#define NV_CMDPROC_H
    88
    9 namespace Rappture {
     9namespace nv {
    1010
    1111/**
     
    3838             CmdSpec *specs, int operPos, int objc, Tcl_Obj *const *objv, int flags);
    3939
    40 #define NumCmdSpecs(s) (sizeof(s) / sizeof(Rappture::CmdSpec))
     40#define NumCmdSpecs(s) (sizeof(s) / sizeof(nv::CmdSpec))
    4141
    4242}
Note: See TracChangeset for help on using the changeset viewer.