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 // each time they are needed, so that we can sensibly
// pass around pointers to things which are both // pass around pointers to things which are both
// TypedObjects and ReferenceCounters. // TypedObjects and ReferenceCounters.
//
// See Also TypeObject for detailed instructions.
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
class EXPCL_PANDAEXPRESS TypedReferenceCount : public TypedObject, public ReferenceCount { class EXPCL_PANDAEXPRESS TypedReferenceCount : public TypedObject, public ReferenceCount {
public: public:

View File

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

View File

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