krsna4u / skpsmtpmessage

Automatically exported from code.google.com/p/skpsmtpmessage
0 stars 0 forks source link

Compile warning: NSStreamDelegate protocol not implemented #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Compile project.

What is the expected output? What do you see instead?
Expected: Build with no errors or warnings
Actual:2 build warnings:
/skpsmtpmessage/SMTPSender/Classes/SKPSMTPMessage.m:208: warning: class 
'SKPSMTPMessage' does not implement the 'NSStreamDelegate' protocol
/skpsmtpmessage/SMTPSender/Classes/SKPSMTPMessage.m:209: warning: class 
'SKPSMTPMessage' does not implement the 'NSStreamDelegate' protocol

What version of the product are you using? On what operating system?
revision 27
Build on Mac OS X10.6.6, iOS SDK 4.2

Please provide any additional information below.

Declaring NSStreamDelegate protocol in SKPSMTPMessage.h resolves the warning.

Original issue reported on code.google.com by steven.b...@gmail.com on 31 Jan 2011 at 5:53