add comment for DDSharedContext
This commit is contained in:
parent
8e6e4a7d1e
commit
8d2a326da6
|
@ -26,6 +26,7 @@
|
|||
|
||||
// The common info shared by all DD components. Normally the DD components should share the reference to the same
|
||||
// context.
|
||||
// NOTE: We should avoid the shared class become an insanely large class, think twice before add member to it.
|
||||
class DDSharedContext : public ReferenceCounted<DDSharedContext> {
|
||||
// FIXME(xwang) mark fields privates
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue