1 21 package org.jacorb.security.level2; 22 23 import org.omg.SecurityLevel2.*; 24 import org.omg.Security.*; 25 import org.omg.CORBA.*; 26 34 35 public class DelegationDirectivePolicyImpl 36 extends org.omg.CORBA.LocalObject 37 implements DelegationDirectivePolicy 38 { 39 40 public DelegationDirectivePolicyImpl() 41 { 42 43 } 44 45 public DelegationDirective delegation_directive() 46 { 47 return null; 48 } 49 50 52 56 public Policy copy() 57 { 58 return null; 60 } 61 62 65 public void destroy() 66 { 67 } 69 70 74 public int policy_type() 75 { 76 return -1; 78 } 79 } 81 82 83 84 85 86 | Popular Tags |