/[Intel-AMT]/trunk/lib/Intel/AMT/Redirection.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/lib/Intel/AMT/Redirection.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (show annotations)
Sun Aug 9 09:43:12 2009 UTC (14 years, 8 months ago) by dpavlin
File size: 352 byte(s)
added RemoteControl::Redirection
1 package Intel::AMT::Redirection;
2
3 use warnings;
4 use strict;
5
6 use lib 'lib';
7 use base qw/Intel::AMT::SOAP/;
8
9 use Data::Dump qw/dump/;
10
11 sub _soap { Intel::AMT::SOAP::_soap( 'Redirection', @_ ) };
12
13 sub GetRedirectionListenerState {
14 _soap->GetRedirectionListenerState()->paramsout;
15 }
16
17 sub GetIderSessionLog {
18 _soap->GetIderSessionLog()->paramsout;
19 }
20
21 1;

  ViewVC Help
Powered by ViewVC 1.1.26