diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-5DC419C8-FD1B-534F-B33D-0D4EBBC6B506.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-5DC419C8-FD1B-534F-B33D-0D4EBBC6B506.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,12 @@ + + + + + +Interface Implementation

An interface implementation provides the services promised by the interface. An implementation does this in the standard C++ way by deriving from the base class, in this case, the interface definition, and implementing its functions.

One or more interface implementations are gathered together in a DLL, termed an interface implementation collection. A collection can have implementations of more than one interface. Aside from the implementations themselves, each collection has two key features that allow ECom to use it:

\ No newline at end of file