Provides implementation for the ICommand interface.
template <class T, class CommandBase = ICommand> 
class ATL_NO_VTABLE ICommandImpl : public CommandBase
Parameters
- T 
 Your class, derived from ICommandImpl.
- CommandBase 
 A command interface. The default is ICommand.
Remarks
A mandatory interface on the command object.
Requirements
Header: atldb.h