SegmentHandler.c

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2006-2007 by Konstantin V. Arkhipov                     *
00003  *                                                                         *
00004  *   This program is free software; you can redistribute it and/or modify  *
00005  *   it under the terms of the GNU Lesser General Public License as        *
00006  *   published by the Free Software Foundation; either version 3 of the    *
00007  *   License, or (at your option) any later version.                       *
00008  *                                                                         *
00009  ***************************************************************************/
00010 /* $Id: SegmentHandler.c 4687 2007-12-09 18:57:18Z voxus $ */
00011 
00012 #include "onphp_main.h"
00013 
00014 #include "main/DAOs/Handlers/SegmentHandler.h"
00015 
00016 static ONPHP_ARGINFO_ONE;
00017 
00018 zend_function_entry onphp_funcs_SegmentHandler[] = {
00019     ONPHP_ABSTRACT_ME(SegmentHandler, __construct, arginfo_one, ZEND_ACC_PUBLIC | ZEND_ACC_CTOR)
00020     ONPHP_ABSTRACT_ME(SegmentHandler, ping, arginfo_one, ZEND_ACC_PUBLIC)
00021     ONPHP_ABSTRACT_ME(SegmentHandler, touch, arginfo_one, ZEND_ACC_PUBLIC)
00022     ONPHP_ABSTRACT_ME(SegmentHandler, unlink, arginfo_one, ZEND_ACC_PUBLIC)
00023     ONPHP_ABSTRACT_ME(SegmentHandler, drop, NULL, ZEND_ACC_PUBLIC)
00024     {NULL, NULL, NULL}
00025 };

Generated on Sun Dec 9 21:56:23 2007 for onPHP by  doxygen 1.5.4