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, provides also NewL method. Normally abstract classes do not provide NewL, because they cannot create instances of themselves. See .. info.