00001 <?php 00002 include_once(GALAXIA_LIBRARY.'/src/API/BaseActivity.php'); 00005 00008 class SwitchActivity extends BaseActivity { 00009 function SwitchActivity($db) 00010 { 00011 $this->setDb($db); 00012 } 00013 } 00014 ?>