diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_example_interface.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_example_interface.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_example_interface.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,61 +1,42 @@ - - -TB10.1 Example Applications: CExampleInterface Class Reference - - - - -

CExampleInterface Class Reference

-Inheritance diagram for CExampleInterface:
-
- -

- -CImplementationClassOne -CImplementationClassTwo - -
- -

-List of all members. - - - - - + + + + +TB9.2 Example Applications: CExampleInterface Class Reference + + + + + +
+

CExampleInterface Class Reference

+

Inherited by CImplementationClassOne, and CImplementationClassTwo.

-
- - - - - - - +

List of all members.

+

Public Member Functions

-virtual ~CExampleInterface ()
-virtual void DoMethodL (TDes &aString)=0

Static Public Member Functions

-static
-CExampleInterface
NewL ()
-static
-CExampleInterface
NewL (const TDesC8 &aMatchString)
-static
-CExampleInterface
NewL (const TDesC8 &aMatchString, TExampleInterfaceInitParams &aParams)
-static void ListAllImplementationsL (RImplInfoPtrArray &aImplInfoArray)
+ + + + + + + + + +

Classes

struct  TExampleInterfaceInitParams

Public Member Functions

+virtual void DoMethodL (TDes &aString)=0

Static Public Member Functions

+static CExampleInterfaceNewL ()
+static CExampleInterfaceNewL (const TDesC8 &aMatchString)
+static CExampleInterfaceNewL (const TDesC8 &aMatchString, TExampleInterfaceInitParams &aParams)
+static void ListAllImplementationsL (RImplInfoPtrArray &aImplInfoArray)
+


Detailed Description

+

An example abstract class being representative of the concrete class which the client wishes to use.

+

It acts as a base, for a real class to provide all the functionality that a client requires. It supplies instantiation & destruction by using the ECom framework, and functional services by using the methods of the actual class.

-

Protected Member Functions

-CExampleInterface () - -

Classes

-struct  TExampleInterfaceInitParams - - -

Detailed Description

-An example abstract class being representative of the concrete class which the client wishes to use.

-It acts as a base, for a real class to provide all the functionality that a client requires. It supplies instantiation & destruction by using the ECom framework, and functional services by using the methods of the actual class. -

Definition at line 36 of file Interface.h.

-
Generated on Thu Jan 21 10:33:05 2010 for TB10.1 Example Applications by  +

Definition at line 36 of file Interface.h.

+ +
Generated by  -doxygen 1.5.3
+doxygen 1.6.2