Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef TAO_CORBA_POLICYCURRENT_PIDL
00012 #define TAO_CORBA_POLICYCURRENT_PIDL
00013
00014 #include "tao/Policy_Manager.pidl"
00015
00016 #pragma prefix "omg.org"
00017
00018 module CORBA
00019 {
00020 local interface PolicyCurrent : PolicyManager, Current
00021 {
00022 };
00023 };
00024
00025 #pragma prefix ""
00026
00027 #endif