1 21 package org.jacorb.security.level2; 22 23 import org.omg.Security.*; 24 import org.omg.SecurityLevel2.*; 25 import org.omg.CORBA.*; 26 34 35 public class EstablishTrustPolicyImpl 36 extends org.omg.CORBA.LocalObject 37 implements EstablishTrustPolicy 38 { 39 40 public EstablishTrustPolicyImpl() { 41 42 } 43 44 public EstablishTrust trust() 45 { 46 return null; 47 } 48 49 51 55 public Policy copy() 56 { 57 return null; 59 } 60 61 64 public void destroy() 65 { 66 } 68 69 73 public int policy_type() 74 { 75 return -1; 77 } 78 } 80 81 82 83 84 85 | Popular Tags |