Function: NewL
Description: Create instance of concrete implementation. Note that ECOM interface implementations can only have two signatures for NewL:
Returns: Instance of this class.
Note: The interface, which is abstract base class of this implementation, also provides NewL method. Normally abstract classes do not provide NewL, because they cannot create instances of themselves. See ...
1.6.2