changeset 2531 | b451b5fc8b57 |
parent 2522 | 7c9d1c314beb |
child 2542 | a9b88fdc09d6 |
1.1 --- a/src/core/object.h Sat Mar 01 20:20:14 2008 +0100 1.2 +++ b/src/core/object.h Sun Mar 02 21:00:37 2008 +0100 1.3 @@ -396,6 +396,7 @@ 1.4 Attribute GetAttribute (std::string name) const; 1.5 1.6 bool TraceSourceConnect (std::string name, const CallbackBase &cb); 1.7 + bool TraceSourceConnectWithContext (std::string name, std::string context, const CallbackBase &cb); 1.8 bool TraceSourceDisconnect (std::string name, const CallbackBase &cb); 1.9 1.10 TypeId GetRealTypeId (void) const;