Last change
on this file since 5841 was
3613,
checked in by ldelgass, 12 years ago
|
Include namespace in header guard defines
|
-
Property svn:eol-style set to
native
|
File size:
495 bytes
|
Line | |
---|
1 | /* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */ |
---|
2 | /* |
---|
3 | * Copyright (c) 2004-2013 HUBzero Foundation, LLC |
---|
4 | * |
---|
5 | * Authors: |
---|
6 | * Wei Qiao <qiaow@purdue.edu> |
---|
7 | * Insoo Woo <iwoo@purdue.edu> |
---|
8 | * Michael McLennan <mmclennan@purdue.edu> |
---|
9 | */ |
---|
10 | #ifndef NV_FLOWCMD_H |
---|
11 | #define NV_FLOWCMD_H |
---|
12 | |
---|
13 | #include <tcl.h> |
---|
14 | |
---|
15 | namespace nv { |
---|
16 | |
---|
17 | extern void FlowCmdInitProc(Tcl_Interp *interp, ClientData clientData); |
---|
18 | |
---|
19 | extern Tcl_ObjCmdProc FlowInstObjCmd; |
---|
20 | extern Tcl_CmdDeleteProc FlowInstDeleteProc; |
---|
21 | |
---|
22 | } |
---|
23 | |
---|
24 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.