blob: b49f4a3c6eda839dca0abd80a8b3736662f264db [file] [log] [blame]
<?php
namespace Airavata\Service\Profile\Groupmanager\CPI;
/**
* Autogenerated by Thrift Compiler (0.10.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
use Thrift\Base\TBase;
use Thrift\Type\TType;
use Thrift\Type\TMessageType;
use Thrift\Exception\TException;
use Thrift\Exception\TProtocolException;
use Thrift\Protocol\TProtocol;
use Thrift\Protocol\TBinaryProtocolAccelerated;
use Thrift\Exception\TApplicationException;
final class Constant extends \Thrift\Type\TConstant {
static protected $GROUP_MANAGER_CPI_VERSION;
static protected $GROUP_MANAGER_CPI_NAME;
static protected function init_GROUP_MANAGER_CPI_VERSION() {
return "0.17";
}
static protected function init_GROUP_MANAGER_CPI_NAME() {
return "GroupManagerService";
}
}