*  http://www.gnu.org/copyleft/gpl.html.
*
*  This script is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  GNU General Public License for more details.
*
*  This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
/**
 * Hook 'lonewsdownloads_hook' for the 'tt_news' extension.
 *
 * @author	Lina Ourima <typo3 et ringerge dot org>
 * @sponsorship typo3-blog.net (http://www.typo3-blog.net/)
 */
if (!tx_rnbase_util_TYPO3::isTYPO3VersionOrHigher(6002000)) {
    require_once PATH_tslib . 'class.tslib_pibase.php';
    require_once PATH_t3lib . 'class.t3lib_tcemain.php';
}
class tx_lonewsdownloads_hook extends tslib_pibase
{
    var $cObj;
    // The backReference to the mother cObj object set at call time
    // Default plugin variables:
    var $prefixId = 'tx_lonewsdownloads';
    // Same as class name
    var $scriptRelPath = 'class.tx_lonewsdownloads_hook.php';
    // Path to this script relative to the extension dir.
    var $extKey = 'lonewsdownloads';
    // The extension key.
    var $pObj;