From 8574aab71823e50cac7f65d62d0821cf49a9cb29 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Wed, 28 Jan 2004 00:12:51 +0000 Subject: [PATCH] comment --- panda/src/express/typedReferenceCount.h | 2 ++ panda/src/putil/typedWritable.h | 2 ++ panda/src/putil/typedWritableReferenceCount.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/panda/src/express/typedReferenceCount.h b/panda/src/express/typedReferenceCount.h index 3180fb2e5e..3f4ff99e0c 100644 --- a/panda/src/express/typedReferenceCount.h +++ b/panda/src/express/typedReferenceCount.h @@ -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: diff --git a/panda/src/putil/typedWritable.h b/panda/src/putil/typedWritable.h index e011936f82..2f6c376cd0 100644 --- a/panda/src/putil/typedWritable.h +++ b/panda/src/putil/typedWritable.h @@ -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 { diff --git a/panda/src/putil/typedWritableReferenceCount.h b/panda/src/putil/typedWritableReferenceCount.h index 00a012b9c4..5e95ad56c0 100644 --- a/panda/src/putil/typedWritableReferenceCount.h +++ b/panda/src/putil/typedWritableReferenceCount.h @@ -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: