egroupware/phpgwapi/inc/class.wap.inc.php
2001-05-07 01:01:03 +00:00

22 lines
927 B
PHP

<?php
/**************************************************************************\
* phpGroupWare API - *
* ------------------------------------------------------------------------ *
* This library is part of the phpGroupWare API *
* http://www.phpgroupware.org/ *
* ------------------------------------------------------------------------ *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU Lesser General Public License as published *
* by the Free Software Foundation; either version 2.1 of the License, or *
* any later version. *
\**************************************************************************/
/* $Id$ */
class wap
{
function wap()
{
}
}