OSX Commit

This commit is contained in:
Roger Hughston 2006-03-17 22:57:38 +00:00
parent 42b3ba9c82
commit 477fdc8775
88 changed files with 91 additions and 87 deletions

View File

@ -29,7 +29,7 @@
#include "typedWritableReferenceCount.h" #include "typedWritableReferenceCount.h"
#include "pStatCollector.h" #include "pStatCollector.h"
#include "notify.h" #include "pnotify.h"
#include "pmutex.h" #include "pmutex.h"
#include "filename.h" #include "filename.h"
#include "drawMask.h" #include "drawMask.h"

View File

@ -39,7 +39,7 @@
#include "config_display.h" #include "config_display.h"
#include "geomMunger.h" #include "geomMunger.h"
#include "geomVertexData.h" #include "geomVertexData.h"
#include "notify.h" #include "pnotify.h"
#include "pvector.h" #include "pvector.h"
#include "attribSlots.h" #include "attribSlots.h"
#include "shaderContext.h" #include "shaderContext.h"

View File

@ -27,7 +27,7 @@
#include "mouseData.h" #include "mouseData.h"
#include "modifierButtons.h" #include "modifierButtons.h"
#include "buttonEvent.h" #include "buttonEvent.h"
#include "notify.h" #include "pnotify.h"
#include "pmutex.h" #include "pmutex.h"
#include "reMutex.h" #include "reMutex.h"
#include "pvector.h" #include "pvector.h"

View File

@ -21,7 +21,7 @@
#include "pandabase.h" #include "pandabase.h"
#include "filename.h" #include "filename.h"
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Class : WindowProperties // Class : WindowProperties

View File

@ -22,7 +22,7 @@
// Includes // Includes
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
#include "typedef.h" #include "typedef.h"
#ifdef OLD_HAVE_IPC #ifdef OLD_HAVE_IPC

View File

@ -19,7 +19,7 @@
#define DOWNLOADDB_H #define DOWNLOADDB_H
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
#include "filename.h" #include "filename.h"
#include "multifile.h" #include "multifile.h"
#include "datagram.h" #include "datagram.h"

View File

@ -25,7 +25,7 @@
#endif #endif
// We use real assert() instead of nassert(), because we're likely // We use real assert() instead of nassert(), because we're likely
// to be invoked directly by notify here, and we don't want to // to be invoked directly by pnotify.here, and we don't want to
// risk infinite recursion. // risk infinite recursion.
#include <assert.h> #include <assert.h>

View File

@ -20,7 +20,7 @@
#define URLSPEC_H #define URLSPEC_H
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Class : URLSpec // Class : URLSpec

View File

@ -18,7 +18,7 @@
#include "filename.h" #include "filename.h"
#include "encryptStream.h" #include "encryptStream.h"
#include "notify.h" #include "pnotify.h"
#ifndef HAVE_GETOPT #ifndef HAVE_GETOPT
#include "gnu_getopt.h" #include "gnu_getopt.h"

View File

@ -18,7 +18,7 @@
#include "filename.h" #include "filename.h"
#include "encryptStream.h" #include "encryptStream.h"
#include "notify.h" #include "pnotify.h"
#ifndef HAVE_GETOPT #ifndef HAVE_GETOPT
#include "gnu_getopt.h" #include "gnu_getopt.h"

View File

@ -18,7 +18,7 @@
#include "filename.h" #include "filename.h"
#include "zStream.h" #include "zStream.h"
#include "notify.h" #include "pnotify.h"
#ifndef HAVE_GETOPT #ifndef HAVE_GETOPT
#include "gnu_getopt.h" #include "gnu_getopt.h"

View File

@ -18,7 +18,7 @@
#include "filename.h" #include "filename.h"
#include "zStream.h" #include "zStream.h"
#include "notify.h" #include "pnotify.h"
#ifndef HAVE_GETOPT #ifndef HAVE_GETOPT
#include "gnu_getopt.h" #include "gnu_getopt.h"

View File

@ -16,7 +16,7 @@
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: EggAnimData::Constructor // Function: EggAnimData::Constructor

View File

@ -25,7 +25,7 @@
#include "typedObject.h" #include "typedObject.h"
#include "luse.h" #include "luse.h"
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Class : EggAttributes // Class : EggAttributes

View File

@ -22,7 +22,7 @@
#include "eggBin.h" #include "eggBin.h"
#include "dcast.h" #include "dcast.h"
#include "notify.h" #include "pnotify.h"
TypeHandle EggBinMaker::_type_handle; TypeHandle EggBinMaker::_type_handle;

View File

@ -217,7 +217,7 @@
#include "eggObject.h" #include "eggObject.h"
#include "pointerTo.h" #include "pointerTo.h"
#include "notify.h" #include "pnotify.h"
#include "pset.h" #include "pset.h"
#include "pmap.h" #include "pmap.h"

View File

@ -19,7 +19,7 @@
#include "eggCurve.h" #include "eggCurve.h"
#include "string_utils.h" #include "string_utils.h"
#include "notify.h" #include "pnotify.h"
TypeHandle EggCurve::_type_handle; TypeHandle EggCurve::_type_handle;

View File

@ -24,7 +24,7 @@
#include "eggGroupNode.h" #include "eggGroupNode.h"
#include "filename.h" #include "filename.h"
#include "coordinateSystem.h" #include "coordinateSystem.h"
#include "notify.h" #include "pnotify.h"
#include "dSearchPath.h" #include "dSearchPath.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -19,7 +19,7 @@
#include "eggGroupUniquifier.h" #include "eggGroupUniquifier.h"
#include "eggGroup.h" #include "eggGroup.h"
#include "notify.h" #include "pnotify.h"
#include <ctype.h> #include <ctype.h>

View File

@ -27,7 +27,7 @@
#include "plist.h" #include "plist.h"
#include "pvector.h" #include "pvector.h"
#include "notify.h" #include "pnotify.h"
#include "mathNumbers.h" #include "mathNumbers.h"
class EggMesher; class EggMesher;

View File

@ -22,7 +22,7 @@
#include "config_egg.h" #include "config_egg.h"
#include "dcast.h" #include "dcast.h"
#include "notify.h" #include "pnotify.h"
TypeHandle EggNameUniquifier::_type_handle; TypeHandle EggNameUniquifier::_type_handle;

View File

@ -22,7 +22,7 @@
#include "eggMaterial.h" #include "eggMaterial.h"
#include "eggVertexPool.h" #include "eggVertexPool.h"
#include "notify.h" #include "pnotify.h"
TypeHandle EggPoolUniquifier::_type_handle; TypeHandle EggPoolUniquifier::_type_handle;

View File

@ -19,7 +19,7 @@
#include "eggRenderMode.h" #include "eggRenderMode.h"
#include "indent.h" #include "indent.h"
#include "string_utils.h" #include "string_utils.h"
#include "notify.h" #include "pnotify.h"
TypeHandle EggRenderMode::_type_handle; TypeHandle EggRenderMode::_type_handle;

View File

@ -17,7 +17,7 @@
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include "eggData.h" #include "eggData.h"
#include "notify.h" #include "pnotify.h"
int int

View File

@ -24,7 +24,7 @@
#ifdef THREAD_DUMMY_IMPL #ifdef THREAD_DUMMY_IMPL
#include "notify.h" #include "pnotify.h"
#include "numeric_types.h" #include "numeric_types.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -24,7 +24,7 @@
#ifdef THREAD_NSPR_IMPL #ifdef THREAD_NSPR_IMPL
#include "notify.h" #include "pnotify.h"
#include "numeric_types.h" #include "numeric_types.h"
#include <pratom.h> #include <pratom.h>

View File

@ -24,7 +24,7 @@
#ifdef THREAD_POSIX_IMPL #ifdef THREAD_POSIX_IMPL
#include "notify.h" #include "pnotify.h"
#include "numeric_types.h" #include "numeric_types.h"
#include <pthread.h> #include <pthread.h>

View File

@ -24,7 +24,7 @@
#ifdef THREAD_WIN32_IMPL #ifdef THREAD_WIN32_IMPL
#include "notify.h" #include "pnotify.h"
#include "numeric_types.h" #include "numeric_types.h"
#include <windows.h> #include <windows.h>

View File

@ -18,7 +18,7 @@
#include "pandabase.h" #include "pandabase.h"
#include "config_express.h" #include "config_express.h"
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: CircBuffer::Constructor // Function: CircBuffer::Constructor

View File

@ -24,7 +24,7 @@
#ifdef THREAD_DUMMY_IMPL #ifdef THREAD_DUMMY_IMPL
#include "notify.h" #include "pnotify.h"
class MutexDummyImpl; class MutexDummyImpl;

View File

@ -25,7 +25,7 @@
#ifdef THREAD_NSPR_IMPL #ifdef THREAD_NSPR_IMPL
#include "mutexNsprImpl.h" #include "mutexNsprImpl.h"
#include "notify.h" #include "pnotify.h"
#include <prcvar.h> #include <prcvar.h>

View File

@ -25,7 +25,7 @@
#ifdef THREAD_POSIX_IMPL #ifdef THREAD_POSIX_IMPL
#include "mutexPosixImpl.h" #include "mutexPosixImpl.h"
#include "notify.h" #include "pnotify.h"
#include <pthread.h> #include <pthread.h>

View File

@ -25,7 +25,7 @@
#ifdef THREAD_WIN32_IMPL #ifdef THREAD_WIN32_IMPL
#include "mutexWin32Impl.h" #include "mutexWin32Impl.h"
#include "notify.h" #include "pnotify.h"
#include <prcvar.h> #include <prcvar.h>

View File

@ -19,7 +19,7 @@
#include "datagram.h" #include "datagram.h"
#include "notify.h" #include "pnotify.h"
// for sprintf(). // for sprintf().
#include <stdio.h> #include <stdio.h>

View File

@ -18,7 +18,7 @@
#include "datagramIterator.h" #include "datagramIterator.h"
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: DatagramIterator::get_string // Function: DatagramIterator::get_string

View File

@ -19,7 +19,7 @@
#include "pandabase.h" #include "pandabase.h"
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include "notify.h" #include "pnotify.h"
#include "clockObject.h" #include "clockObject.h"
#include "config_express.h" #include "config_express.h"

View File

@ -21,7 +21,7 @@
#include "pandabase.h" #include "pandabase.h"
#include "typedef.h" #include "typedef.h"
#include "notify.h" #include "pnotify.h"
#include "ramfile.h" #include "ramfile.h"
#include "datagram.h" #include "datagram.h"
#include "datagramIterator.h" #include "datagramIterator.h"

View File

@ -23,7 +23,7 @@
#include "pvector.h" #include "pvector.h"
#include "pset.h" #include "pset.h"
#include "notify.h" #include "pnotify.h"
#include <algorithm> #include <algorithm>
// There are some inheritance issues with template classes and typedef // There are some inheritance issues with template classes and typedef

View File

@ -23,7 +23,7 @@
#ifdef HAVE_OPENSSL #ifdef HAVE_OPENSSL
#include "typedef.h" #include "typedef.h"
#include "notify.h" #include "pnotify.h"
#include "filename.h" #include "filename.h"
#include "plist.h" #include "plist.h"
#include "datagram.h" #include "datagram.h"

View File

@ -21,7 +21,7 @@
#include "pandabase.h" #include "pandabase.h"
#include "selectThreadImpl.h" // for THREADED_PIPELINE definition #include "selectThreadImpl.h" // for THREADED_PIPELINE definition
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Class : PipelineCyclerLinks // Class : PipelineCyclerLinks

View File

@ -20,7 +20,7 @@
#define POINTERTOVOID_H #define POINTERTOVOID_H
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Class : PointerToVoid // Class : PointerToVoid

View File

@ -17,7 +17,7 @@
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include "notify.h" #include "pnotify.h"
#include "reversedNumericData.h" #include "reversedNumericData.h"

View File

@ -22,7 +22,7 @@
#include "referenceCount.h" #include "referenceCount.h"
#include "dcast.h" #include "dcast.h"
#include "notify.h" #include "pnotify.h"
class ThatThingie : public TypedObject, public ReferenceCount { class ThatThingie : public TypedObject, public ReferenceCount {
public: public:

View File

@ -24,7 +24,7 @@
#include "pointerTo.h" #include "pointerTo.h"
#include "threadPriority.h" #include "threadPriority.h"
#include "threadImpl.h" #include "threadImpl.h"
#include "notify.h" #include "pnotify.h"
class Mutex; class Mutex;
class ReMutex; class ReMutex;

View File

@ -24,7 +24,7 @@
#ifdef THREAD_DUMMY_IMPL #ifdef THREAD_DUMMY_IMPL
#include "notify.h" #include "pnotify.h"
#include "threadPriority.h" #include "threadPriority.h"
class Thread; class Thread;

View File

@ -24,7 +24,7 @@
#ifdef THREAD_NSPR_IMPL #ifdef THREAD_NSPR_IMPL
#include "notify.h" #include "pnotify.h"
#include "threadPriority.h" #include "threadPriority.h"
#include "mutexNsprImpl.h" #include "mutexNsprImpl.h"

View File

@ -24,7 +24,7 @@
#ifdef THREAD_POSIX_IMPL #ifdef THREAD_POSIX_IMPL
#include "notify.h" #include "pnotify.h"
#include "threadPriority.h" #include "threadPriority.h"
#include "mutexPosixImpl.h" #include "mutexPosixImpl.h"

View File

@ -24,7 +24,7 @@
#ifdef THREAD_WIN32_IMPL #ifdef THREAD_WIN32_IMPL
#include "notify.h" #include "pnotify.h"
#include "threadPriority.h" #include "threadPriority.h"
#include "mutexWin32Impl.h" #include "mutexWin32Impl.h"
#include "conditionVarWin32Impl.h" #include "conditionVarWin32Impl.h"

View File

@ -120,4 +120,4 @@ private:
PLAYERS _players; PLAYERS _players;
TEXTURES _textures; TEXTURES _textures;
}; };
#endif #endif

View File

@ -22,7 +22,7 @@
#include "string_utils.h" #include "string_utils.h"
#include "dconfig.h" #include "dconfig.h"
#include "notify.h" #include "pnotify.h"
#include <ctype.h> #include <ctype.h>

View File

@ -24,7 +24,7 @@
#include "typedObject.h" #include "typedObject.h"
#include "datagram.h" #include "datagram.h"
#include "datagramIterator.h" #include "datagramIterator.h"
#include "notify.h" #include "pnotify.h"
#include "indent.h" #include "indent.h"
#include "deg_2_rad.h" #include "deg_2_rad.h"
#include "nearly_zero.h" #include "nearly_zero.h"

View File

@ -20,7 +20,7 @@
#define __LORIENTATION_H__ #define __LORIENTATION_H__
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
#include "lquaternion.h" #include "lquaternion.h"
#include "fltnames.h" #include "fltnames.h"

View File

@ -27,7 +27,7 @@
#include "deg_2_rad.h" #include "deg_2_rad.h"
#include "compose_matrix.h" #include "compose_matrix.h"
#include "notify.h" #include "pnotify.h"
#include "fltnames.h" #include "fltnames.h"
#include "lquaternion_src.h" #include "lquaternion_src.h"

View File

@ -23,7 +23,7 @@
#include "lquaternion.h" #include "lquaternion.h"
#include "cmath.h" #include "cmath.h"
#include "notify.h" #include "pnotify.h"
#include "fltnames.h" #include "fltnames.h"
#include "lrotation_src.h" #include "lrotation_src.h"

View File

@ -21,7 +21,7 @@
#include "pandabase.h" #include "pandabase.h"
#include "typedObject.h" #include "typedObject.h"
#include "notify.h" #include "pnotify.h"
#include "datagram.h" #include "datagram.h"
#include "datagramIterator.h" #include "datagramIterator.h"
#include "checksumHashGenerator.h" #include "checksumHashGenerator.h"

View File

@ -21,7 +21,7 @@
#include "pandabase.h" #include "pandabase.h"
#include "typedObject.h" #include "typedObject.h"
#include "notify.h" #include "pnotify.h"
#include "datagram.h" #include "datagram.h"
#include "datagramIterator.h" #include "datagramIterator.h"
#include "checksumHashGenerator.h" #include "checksumHashGenerator.h"

View File

@ -21,7 +21,7 @@
#include "pandabase.h" #include "pandabase.h"
#include "typedObject.h" #include "typedObject.h"
#include "notify.h" #include "pnotify.h"
#include "datagram.h" #include "datagram.h"
#include "datagramIterator.h" #include "datagramIterator.h"
#include "checksumHashGenerator.h" #include "checksumHashGenerator.h"

View File

@ -20,7 +20,7 @@
#include "lmatrix.h" #include "lmatrix.h"
#include "compose_matrix.h" #include "compose_matrix.h"
#include "notify.h" #include "pnotify.h"
#include <stdlib.h> #include <stdlib.h>
void test() { void test() {

View File

@ -27,7 +27,11 @@
#ifdef HAVE_FFTW #ifdef HAVE_FFTW
#ifdef IS_OSX
#include <drfftw.h>
#else
#include <rfftw.h> #include <rfftw.h>
#endif
// These FFTW support objects can only be defined if we actually have // These FFTW support objects can only be defined if we actually have
// the FFTW library available. // the FFTW library available.

View File

@ -25,7 +25,7 @@
#include "config_net.h" #include "config_net.h"
#include "config_express.h" // for collect_tcp #include "config_express.h" // for collect_tcp
#include "clockObject.h" #include "clockObject.h"
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -25,7 +25,7 @@
#include "config_net.h" #include "config_net.h"
#include "clockObject.h" #include "clockObject.h"
#include "notify.h" #include "pnotify.h"
#include <prerror.h> #include <prerror.h>
#include <pratom.h> #include <pratom.h>
#include <algorithm> #include <algorithm>

View File

@ -21,7 +21,7 @@
#include "pprerror.h" #include "pprerror.h"
#include "config_net.h" #include "config_net.h"
#include "notify.h" #include "pnotify.h"
#include <prerror.h> #include <prerror.h>
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -21,7 +21,7 @@
#include "datagramIterator.h" #include "datagramIterator.h"
#include "config_net.h" #include "config_net.h"
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: DatagramTCPHeader::Constructor // Function: DatagramTCPHeader::Constructor

View File

@ -21,7 +21,7 @@
#include "datagramIterator.h" #include "datagramIterator.h"
#include "config_net.h" #include "config_net.h"
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: DatagramUDPHeader::Constructor // Function: DatagramUDPHeader::Constructor

View File

@ -21,7 +21,7 @@
#include "geom.h" #include "geom.h"
#include "transformState.h" #include "transformState.h"
#include "renderState.h" #include "renderState.h"
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: CullHandler::Destructor // Function: CullHandler::Destructor

View File

@ -22,7 +22,7 @@
#include "pandabase.h" #include "pandabase.h"
#include "loaderOptions.h" #include "loaderOptions.h"
#include "notify.h" #include "pnotify.h"
#include "pandaNode.h" #include "pandaNode.h"
#include "filename.h" #include "filename.h"
#include "tokenBoard.h" #include "tokenBoard.h"

View File

@ -29,7 +29,7 @@
#include "nodePathComponent.h" #include "nodePathComponent.h"
#include "pointerTo.h" #include "pointerTo.h"
#include "referenceCount.h" #include "referenceCount.h"
#include "notify.h" #include "pnotify.h"
#include "typedObject.h" #include "typedObject.h"
class NodePathCollection; class NodePathCollection;

View File

@ -40,7 +40,7 @@
#include "pointerTo.h" #include "pointerTo.h"
#include "nodePointerTo.h" #include "nodePointerTo.h"
#include "pointerToArray.h" #include "pointerToArray.h"
#include "notify.h" #include "pnotify.h"
#include "updateSeq.h" #include "updateSeq.h"
#ifdef HAVE_PYTHON #ifdef HAVE_PYTHON

View File

@ -27,7 +27,7 @@
#include "nodePath.h" #include "nodePath.h"
#include "polylightNode.h" #include "polylightNode.h"
#include "pmap.h" #include "pmap.h"
#include "notify.h" #include "pnotify.h"
#include "sceneSetup.h" #include "sceneSetup.h"

View File

@ -24,7 +24,7 @@
#include "luse.h" #include "luse.h"
#include "nodePath.h" #include "nodePath.h"
#include "pmap.h" #include "pmap.h"
#include "notify.h" #include "pnotify.h"
#include "pandaNode.h" #include "pandaNode.h"
#include "colorAttrib.h" #include "colorAttrib.h"

View File

@ -21,7 +21,7 @@
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
#include "pvector.h" #include "pvector.h"

View File

@ -17,7 +17,7 @@
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
#include "bam.h" #include "bam.h"
#include "bamReader.h" #include "bamReader.h"

View File

@ -20,7 +20,7 @@
#define __BAM_READER_ #define __BAM_READER_
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
#include "typedWritable.h" #include "typedWritable.h"
#include "datagramGenerator.h" #include "datagramGenerator.h"

View File

@ -17,7 +17,7 @@
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
#include "typedWritable.h" #include "typedWritable.h"
#include "config_util.h" #include "config_util.h"

View File

@ -20,7 +20,7 @@
#define __BAM_WRITER_ #define __BAM_WRITER_
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
#include "bamEndian.h" #include "bamEndian.h"
#include "bamTextureMode.h" #include "bamTextureMode.h"
#include "typedWritable.h" #include "typedWritable.h"

View File

@ -16,7 +16,7 @@
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: ButtonRegistry::RegistryNode::Constructor // Function: ButtonRegistry::RegistryNode::Constructor

View File

@ -16,7 +16,7 @@
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -18,7 +18,7 @@
#include "modifierButtons.h" #include "modifierButtons.h"
#include "notify.h" #include "pnotify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: ModifierButtons::Constructor // Function: ModifierButtons::Constructor

View File

@ -18,7 +18,7 @@
#include "mouseButton.h" #include "mouseButton.h"
#include "buttonRegistry.h" #include "buttonRegistry.h"
#include "notify.h" #include "pnotify.h"
#include <stdio.h> #include <stdio.h>

View File

@ -18,7 +18,7 @@
#include "nameUniquifier.h" #include "nameUniquifier.h"
#include "notify.h" #include "pnotify.h"
#include <stdio.h> #include <stdio.h>

View File

@ -17,7 +17,7 @@
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
#include "dconfig.h" #include "dconfig.h"
#include "test_bam.h" #include "test_bam.h"

View File

@ -18,7 +18,7 @@
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
#include "factory.h" #include "factory.h"
#include "writableParam.h" #include "writableParam.h"

View File

@ -17,7 +17,7 @@
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
#include <ipc_file.h> #include <ipc_file.h>
#include "test_bam.h" #include "test_bam.h"

View File

@ -17,7 +17,7 @@
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
#include "test_bam.h" #include "test_bam.h"

View File

@ -18,7 +18,7 @@
#include "lineStream.h" #include "lineStream.h"
#include "notify.h" #include "pnotify.h"
int int
main(int argc, char *argv[]) { main(int argc, char *argv[]) {

View File

@ -18,7 +18,7 @@
// //
#include "pandabase.h" #include "pandabase.h"
#include "notify.h" #include "pnotify.h"
#include "uniqueIdAllocator.h" #include "uniqueIdAllocator.h"

View File

@ -20,7 +20,7 @@
#include "chancfg.h" #include "chancfg.h"
#include "textNode.h" #include "textNode.h"
#include "eggLoader.h" #include "eggLoader.h"
#include "notify.h" #include "pnotify.h"
#include "pt_NamedNode.h" #include "pt_NamedNode.h"
extern PT_NamedNode render; extern PT_NamedNode render;

View File

@ -29,7 +29,7 @@
#include "geomTristrips.h" #include "geomTristrips.h"
#include "geomVertexWriter.h" #include "geomVertexWriter.h"
#include "geomNode.h" #include "geomNode.h"
#include "notify.h" #include "pnotify.h"
#include "transformState.h" #include "transformState.h"
#include "colorAttrib.h" #include "colorAttrib.h"
#include "colorScaleAttrib.h" #include "colorScaleAttrib.h"