mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
Monotone-Parent: 52e43d7be78f6de53ec604ed8975953bce6b1e0d
Monotone-Revision: cac2cd04f2f5027f49a937745510d92fa557a762 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-28T00:47:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -325,6 +325,7 @@ static Class NSDataK, NSStringK;
|
||||
[currentChild release];
|
||||
[childKeys release];
|
||||
[restrictedChildKeys release];
|
||||
[sortOrderings release];
|
||||
[restriction release];
|
||||
[super dealloc];
|
||||
}
|
||||
@@ -915,4 +916,12 @@ static Class NSDataK, NSStringK;
|
||||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
/* logging */
|
||||
- (NSString *) loggingPrefix
|
||||
{
|
||||
return [NSString stringWithFormat:@"<%@:%p:%@>",
|
||||
NSStringFromClass (isa), self,
|
||||
[container nameInContainer]];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user