diff -r 000000000000 -r 89d6a7a84779 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 Thu Jan 21 18:18:20 2010 +0000 @@ -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