Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef TAO_TRANSPORT_IIOP_CURRENT_IDL
00012 #define TAO_TRANSPORT_IIOP_CURRENT_IDL
00013
00014 #include "tao/TransportCurrent/TC.idl"
00015
00016
00017 module SSLIOP
00018 {
00019 interface Current;
00020 };
00021
00022
00023 module TAO
00024 {
00025 module Transport
00026 {
00027 module IIOP
00028 {
00029
00030
00031
00032
00033 local interface Current : TAO::Transport::Current
00034 {
00035
00036 readonly attribute string remote_host raises (NoContext);
00037
00038
00039
00040 readonly attribute long remote_port raises (NoContext);
00041
00042
00043 readonly attribute string local_host raises (NoContext);
00044
00045
00046 readonly attribute long local_port raises (NoContext);
00047
00048
00049
00050 readonly attribute ::SSLIOP::Current ssliop_current raises (NoContext);
00051 };
00052 };
00053 };
00054 };
00055
00056 #endif