AC-MrGamoo
view release on metacpan or search on metacpan
lib/AC/protobuf/std_ipport.pl view on Meta::CPAN
##
## This file was generated by Google::ProtocolBuffers (0.08)
## on Fri May 14 14:44:00 2010
##
use strict;
use warnings;
use Google::ProtocolBuffers;
{
unless (ACPIPPort->can('_pb_fields_list')) {
Google::ProtocolBuffers->create_message(
'ACPIPPort',
[
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_FIXED32(),
'ipv4', 1, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_OPTIONAL(),
Google::ProtocolBuffers::Constants::TYPE_INT32(),
'port', 2, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_OPTIONAL(),
Google::ProtocolBuffers::Constants::TYPE_STRING(),
'natdom', 3, undef
],
],
{ 'create_accessors' => 1, 'follow_best_practice' => 1, }
);
}
}
1;
( run in 4.024 seconds using v1.01-cache-2.11-cpan-d8267643d1d )