1: <?php
2: /**
3: * Fake class to autoload generated Thrift code
4: */
5: interface Horde_Thrift
6: {
7: }
8:
9: $GLOBALS['THRIFT_ROOT'] = 'Horde/Thrift/thrift_root';
10: include_once $GLOBALS['THRIFT_ROOT'] . '/Thrift.php';
11: include_once $GLOBALS['THRIFT_ROOT'] . '/transport/TSocket.php';
12: include_once $GLOBALS['THRIFT_ROOT'] . '/transport/TFramedTransport.php';
13: include_once $GLOBALS['THRIFT_ROOT'] . '/protocol/TBinaryProtocol.php';
14: