add a lock to the message lock code

This commit is contained in:
Mitchell Livingston
2009-11-28 21:01:27 +00:00
parent b9ef88e898
commit 94f110e314
2 changed files with 14 additions and 0 deletions

View File

@@ -36,6 +36,8 @@
NSDictionary * fAttributes;
NSTimer * fTimer;
NSLock * fLock;
}
- (void) updateLog: (NSTimer *) timer;