mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
comment
This commit is contained in:
parent
06a8b7ab51
commit
8574aab718
@ -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:
|
||||
|
@ -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 {
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user