changeset 1419 | ac2a81821ab5 |
parent 1383 | 12f30b7defb4 |
child 1420 | 3feedd3e4f5f |
--- a/src/core/object.h Thu Sep 06 12:33:22 2007 +0200 +++ b/src/core/object.h Thu Sep 06 12:56:31 2007 +0200 @@ -184,6 +184,7 @@ Ptr<Object> DoQueryInterface (InterfaceId iid) const; void DoCollectSources (std::string path, const TraceContext &context, TraceResolver::SourceCollection *collection) const; + void DoConnectPrinterToAll (std::ostream &os, const TraceContext &context) const; bool Check (void) const; void MaybeDelete (void) const; mutable uint32_t m_count;