Set theme/layout of a module to another module's theme

Could anyone help me in providing a code snippet for setting layout of a module to another module’s theme layout? Thank you.


class MyModule extends CWebModule 

         {

             public $layout='main'; 

         }