Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.6
-
None
-
Patch Available
Description
- (id) initWithSharedProcessor: (id<TProcessor>) sharedProcessor;
is missing in TSharedProcessorFactory.h from the Cocoa headers.
Should be added, to let user know that they need to init with this method to delegate stuff to their own processor. Can't see other possibility to make server delegate incomming connections to protocol implementing classes. (no Cocoa server examples available!)