fix header files, build with tau

This commit is contained in:
David Rose 2007-05-26 15:25:06 +00:00
parent aef3383a23
commit ec2c965e8b
3 changed files with 5 additions and 1 deletions

View File

@ -31,6 +31,7 @@
#include "pStatCollector.h"
#include "bitMask.h"
#include "register_type.h"
#include "collisionSolid.h"
class CollisionSolid;
class CollisionNode;

View File

@ -61,8 +61,8 @@ extern "C" void (*glXGetProcAddressARB(const GLubyte *procName))( void );
// system GLX version matches or exceeds the GLX version in which
// these functions are defined, and the system glx.h sometimes doesn't
// declare these typedefs.
typedef __GLXextFuncPtr (* PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
#ifndef __EDG__ // Protect the following from the Tau instrumentor.
typedef __GLXextFuncPtr (* PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
typedef int (* PFNGLXSWAPINTERVALSGIPROC) (int interval);
#endif // __EDG__

View File

@ -56,6 +56,7 @@
portalMask.h \
pta_double.h \
pta_float.h pta_int.h \
spamDeletor.h \
sparseArray.I sparseArray.h \
string_utils.I string_utils.N string_utils.h \
timedCycle.I timedCycle.h typedWritable.I \
@ -101,6 +102,7 @@
nonDeletor.cxx \
pta_double.cxx pta_float.cxx \
pta_int.cxx pta_ushort.cxx \
spamDeletor.cxx \
sparseArray.cxx \
string_utils.cxx timedCycle.cxx typedWritable.cxx \
typedWritableReferenceCount.cxx updateSeq.cxx \
@ -157,6 +159,7 @@
portalMask.h \
pta_double.h \
pta_float.h pta_int.h pta_ushort.h \
spamDeletor.h \
sparseArray.I sparseArray.h \
string_utils.I \
string_utils.h timedCycle.I timedCycle.h typedWritable.I \