4.3. Defining the Constructor

Use the SO_ACTION_CONSTRUCTOR() to perform the basic work for you. For example:

GetVolumeAction::GetVolumeAction()
{
   SO_ACTION_CONSTRUCTOR(GetVolumeAction);
}