blob: dea2e29c4f62c8cdb21613b28161b3049b95e249 [file] [log] [blame]
%%% Copyright (c) 2007- Facebook
%%% Distributed under the Thrift Software License
%%%
%%% See accompanying file LICENSE or visit the Thrift site at:
%%% http://developers.facebook.com/thrift/
-define(VERSION_MASK, 16#FFFF0000).
-define(VERSION_1, 16#80010000).
-record(tBinaryProtocol, {super}).