CC-2750: Ability to query health status for pypo,

liquidsoap, media monitor, and recorder
This commit is contained in:
martin 2011-10-04 15:49:02 -04:00
parent 0af749dd20
commit 7dd14efe27
5 changed files with 2 additions and 56 deletions

View file

@ -1,18 +0,0 @@
<?php
/**
* Skeleton subclass for representing a row from the 'cc_component' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package propel.generator.airtime
*/
class CcComponent extends BaseCcComponent {
} // CcComponent

View file

@ -1,18 +0,0 @@
<?php
/**
* Skeleton subclass for performing query and update operations on the 'cc_component' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package propel.generator.airtime
*/
class CcComponentPeer extends BaseCcComponentPeer {
} // CcComponentPeer

View file

@ -1,18 +0,0 @@
<?php
/**
* Skeleton subclass for performing query and update operations on the 'cc_component' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package propel.generator.airtime
*/
class CcComponentQuery extends BaseCcComponentQuery {
} // CcComponentQuery