08-11-2012, 06:45 AM
They will be in different files - each protocol will be handled by one class, each class in a separate file. I'll be reusing protocol classes by deriving the new one from the old one, thus the new one will only implement the changes.