diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_echo_write.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_echo_write.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_echo_write.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,96 +1,49 @@ - -
-Public Types | |
enum | TWriteState { ESending, -EWaiting, -ETimedOut - } |
Public Member Functions | |
- | ~CEchoWrite () |
-void | ConstructL (RSocket *aSocket, MUINotify *aConsole) |
-void | IssueWrite (const TChar &aChar) |
-void | IssueSendTo (TInetAddr &aAddr, const TChar &aChar) |
-void | DoCancel () |
-void | RunL () |
-void | TimerExpired () |
Static Public Member Functions | |
-static CEchoWrite * | NewL (RSocket *aSocket, MUINotify *aConsole) |
-static CEchoWrite * | NewLC (RSocket *aSocket, MUINotify *aConsole) |
Protected Member Functions | |
- | CEchoWrite () |
Public Types | |
enum | TWriteState { ESending, +EWaiting, +ETimedOut + } |
Public Member Functions | |
+void | ConstructL (RSocket *aSocket, MUINotify *aConsole) |
+void | IssueWrite (const TChar &aChar) |
+void | IssueSendTo (TInetAddr &aAddr, const TChar &aChar) |
+void | DoCancel () |
+void | RunL () |
+void | TimerExpired () |
Static Public Member Functions | |
+static CEchoWrite * | NewL (RSocket *aSocket, MUINotify *aConsole) |
+static CEchoWrite * | NewLC (RSocket *aSocket, MUINotify *aConsole) |
Definition at line 78 of file ECHOENG.H.
-enum CEchoWrite::TWriteState | -
-