This commit is contained in:
Dave Schuyler 2004-01-28 00:12:51 +00:00
parent 06a8b7ab51
commit 8574aab718
3 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,8 @@
// each time they are needed, so that we can sensibly
// pass around pointers to things which are both
// TypedObjects and ReferenceCounters.
//
// See Also TypeObject for detailed instructions.
////////////////////////////////////////////////////////////////////
class EXPCL_PANDAEXPRESS TypedReferenceCount : public TypedObject, public ReferenceCount {
public:

View File

@ -31,6 +31,8 @@ class DatagramIterator;
// Class : TypedWritable
// Description : Base class for objects that can be written to and
// read from Bam files.
//
// See Also TypeObject for detailed instructions.
////////////////////////////////////////////////////////////////////
class EXPCL_PANDA TypedWritable : public TypedObject {

View File

@ -33,6 +33,8 @@
// each time they are needed, so that we can sensibly
// pass around pointers to things which are both
// TypedWritables and ReferenceCounters.
//
// See Also TypeObject for detailed instructions.
////////////////////////////////////////////////////////////////////
class EXPCL_PANDA TypedWritableReferenceCount : public TypedWritable, public ReferenceCount {
public: