You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2010/01/14 10:17:44 UTC

svn commit: r899128 [20/24] - in /geronimo/yoko/trunk/yoko-spec-corba: ./ src/main/generated-sources/ src/main/generated-sources/idl/ src/main/generated-sources/idl/org/ src/main/generated-sources/idl/org/omg/ src/main/generated-sources/idl/org/omg/CSI...

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/AccessDecisionHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+abstract public class AccessDecisionHelper
+{
+  private static String  _id = "IDL:SecurityLevel2/AccessDecision:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.AccessDecision that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static org.omg.SecurityLevel2.AccessDecision extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.AccessDecisionHelper.id (), "AccessDecision");
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.SecurityLevel2.AccessDecision read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return narrow (istream.read_Object (_AccessDecisionStub.class));
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.AccessDecision value)
+  {
+    ostream.write_Object ((org.omg.CORBA.Object) value);
+  }
+
+  public static org.omg.SecurityLevel2.AccessDecision narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.AccessDecision)
+      return (org.omg.SecurityLevel2.AccessDecision)obj;
+    else if (!obj._is_a (id ()))
+      throw new org.omg.CORBA.BAD_PARAM ();
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._AccessDecisionStub stub = new org.omg.SecurityLevel2._AccessDecisionStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+  public static org.omg.SecurityLevel2.AccessDecision unchecked_narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.AccessDecision)
+      return (org.omg.SecurityLevel2.AccessDecision)obj;
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._AccessDecisionStub stub = new org.omg.SecurityLevel2._AccessDecisionStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,40 @@
+package org.omg.SecurityLevel2;
+
+/**
+* org/omg/SecurityLevel2/AccessDecisionHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public final class AccessDecisionHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.SecurityLevel2.AccessDecision value = null;
+
+  public AccessDecisionHolder ()
+  {
+  }
+
+  public AccessDecisionHolder (org.omg.SecurityLevel2.AccessDecision initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.SecurityLevel2.AccessDecisionHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.SecurityLevel2.AccessDecisionHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.SecurityLevel2.AccessDecisionHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionOperations.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionOperations.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionOperations.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionOperations.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,16 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/AccessDecisionOperations.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public interface AccessDecisionOperations 
+{
+  boolean access_allowed (org.omg.SecurityLevel2.Credentials[] cred_list, org.omg.CORBA.Object target, String operation_name, String target_interface_name);
+} // interface AccessDecisionOperations

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionOperations.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionOperations.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionOperations.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,78 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/AccessDecisionPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public abstract class AccessDecisionPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.AccessDecisionOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("access_allowed", new java.lang.Integer (0));
+  }
+
+  public org.omg.CORBA.portable.OutputStream _invoke (String $method,
+                                org.omg.CORBA.portable.InputStream in,
+                                org.omg.CORBA.portable.ResponseHandler $rh)
+  {
+    org.omg.CORBA.portable.OutputStream out = null;
+    java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
+    if (__method == null)
+      throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+
+    switch (__method.intValue ())
+    {
+       case 0:  // SecurityLevel2/AccessDecision/access_allowed
+       {
+         org.omg.SecurityLevel2.Credentials cred_list[] = org.omg.SecurityLevel2.CredentialsListHelper.read (in);
+         org.omg.CORBA.Object target = org.omg.CORBA.ObjectHelper.read (in);
+         String operation_name = org.omg.CORBA.IdentifierHelper.read (in);
+         String target_interface_name = org.omg.CORBA.IdentifierHelper.read (in);
+         boolean $result = false;
+         $result = this.access_allowed (cred_list, target, operation_name, target_interface_name);
+         out = $rh.createReply();
+         out.write_boolean ($result);
+         break;
+       }
+
+       default:
+         throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+    }
+
+    return out;
+  } // _invoke
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/AccessDecision:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public AccessDecision _this() 
+  {
+    return AccessDecisionHelper.narrow(
+    super._this_object());
+  }
+
+  public AccessDecision _this(org.omg.CORBA.ORB orb) 
+  {
+    return AccessDecisionHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class AccessDecisionPOA

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionPOA.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionPOA.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AccessDecisionPOA.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannel.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannel.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannel.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannel.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,15 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/AuditChannel.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public interface AuditChannel extends AuditChannelOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity 
+{
+} // interface AuditChannel

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannel.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannel.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannel.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/AuditChannelHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+abstract public class AuditChannelHelper
+{
+  private static String  _id = "IDL:SecurityLevel2/AuditChannel:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.AuditChannel that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static org.omg.SecurityLevel2.AuditChannel extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.AuditChannelHelper.id (), "AuditChannel");
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.SecurityLevel2.AuditChannel read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return narrow (istream.read_Object (_AuditChannelStub.class));
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.AuditChannel value)
+  {
+    ostream.write_Object ((org.omg.CORBA.Object) value);
+  }
+
+  public static org.omg.SecurityLevel2.AuditChannel narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.AuditChannel)
+      return (org.omg.SecurityLevel2.AuditChannel)obj;
+    else if (!obj._is_a (id ()))
+      throw new org.omg.CORBA.BAD_PARAM ();
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._AuditChannelStub stub = new org.omg.SecurityLevel2._AuditChannelStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+  public static org.omg.SecurityLevel2.AuditChannel unchecked_narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.AuditChannel)
+      return (org.omg.SecurityLevel2.AuditChannel)obj;
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._AuditChannelStub stub = new org.omg.SecurityLevel2._AuditChannelStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,40 @@
+package org.omg.SecurityLevel2;
+
+/**
+* org/omg/SecurityLevel2/AuditChannelHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public final class AuditChannelHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.SecurityLevel2.AuditChannel value = null;
+
+  public AuditChannelHolder ()
+  {
+  }
+
+  public AuditChannelHolder (org.omg.SecurityLevel2.AuditChannel initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.SecurityLevel2.AuditChannelHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.SecurityLevel2.AuditChannelHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.SecurityLevel2.AuditChannelHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelOperations.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelOperations.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelOperations.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelOperations.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,17 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/AuditChannelOperations.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public interface AuditChannelOperations 
+{
+  void audit_write (org.omg.Security.AuditEventType event_type, org.omg.SecurityLevel2.Credentials[] creds, org.omg.TimeBase.UtcT time, org.omg.Security.SelectorValue[] descriptors, org.omg.CORBA.Any event_specific_data);
+  int audit_channel_id ();
+} // interface AuditChannelOperations

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelOperations.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelOperations.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelOperations.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/AuditChannelPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public abstract class AuditChannelPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.AuditChannelOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("audit_write", new java.lang.Integer (0));
+    _methods.put ("_get_audit_channel_id", new java.lang.Integer (1));
+  }
+
+  public org.omg.CORBA.portable.OutputStream _invoke (String $method,
+                                org.omg.CORBA.portable.InputStream in,
+                                org.omg.CORBA.portable.ResponseHandler $rh)
+  {
+    org.omg.CORBA.portable.OutputStream out = null;
+    java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
+    if (__method == null)
+      throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+
+    switch (__method.intValue ())
+    {
+       case 0:  // SecurityLevel2/AuditChannel/audit_write
+       {
+         org.omg.Security.AuditEventType event_type = org.omg.Security.AuditEventTypeHelper.read (in);
+         org.omg.SecurityLevel2.Credentials creds[] = org.omg.SecurityLevel2.CredentialsListHelper.read (in);
+         org.omg.TimeBase.UtcT time = org.omg.Security.UtcTHelper.read (in);
+         org.omg.Security.SelectorValue descriptors[] = org.omg.Security.SelectorValueListHelper.read (in);
+         org.omg.CORBA.Any event_specific_data = in.read_any ();
+         this.audit_write (event_type, creds, time, descriptors, event_specific_data);
+         out = $rh.createReply();
+         break;
+       }
+
+       case 1:  // SecurityLevel2/AuditChannel/_get_audit_channel_id
+       {
+         int $result = (int)0;
+         $result = this.audit_channel_id ();
+         out = $rh.createReply();
+         out.write_ulong ($result);
+         break;
+       }
+
+       default:
+         throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+    }
+
+    return out;
+  } // _invoke
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/AuditChannel:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public AuditChannel _this() 
+  {
+    return AuditChannelHelper.narrow(
+    super._this_object());
+  }
+
+  public AuditChannel _this(org.omg.CORBA.ORB orb) 
+  {
+    return AuditChannelHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class AuditChannelPOA

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelPOA.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelPOA.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditChannelPOA.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecision.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecision.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecision.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecision.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,15 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/AuditDecision.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public interface AuditDecision extends AuditDecisionOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity 
+{
+} // interface AuditDecision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecision.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecision.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecision.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/AuditDecisionHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+abstract public class AuditDecisionHelper
+{
+  private static String  _id = "IDL:SecurityLevel2/AuditDecision:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.AuditDecision that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static org.omg.SecurityLevel2.AuditDecision extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.AuditDecisionHelper.id (), "AuditDecision");
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.SecurityLevel2.AuditDecision read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return narrow (istream.read_Object (_AuditDecisionStub.class));
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.AuditDecision value)
+  {
+    ostream.write_Object ((org.omg.CORBA.Object) value);
+  }
+
+  public static org.omg.SecurityLevel2.AuditDecision narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.AuditDecision)
+      return (org.omg.SecurityLevel2.AuditDecision)obj;
+    else if (!obj._is_a (id ()))
+      throw new org.omg.CORBA.BAD_PARAM ();
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._AuditDecisionStub stub = new org.omg.SecurityLevel2._AuditDecisionStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+  public static org.omg.SecurityLevel2.AuditDecision unchecked_narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.AuditDecision)
+      return (org.omg.SecurityLevel2.AuditDecision)obj;
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._AuditDecisionStub stub = new org.omg.SecurityLevel2._AuditDecisionStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,40 @@
+package org.omg.SecurityLevel2;
+
+/**
+* org/omg/SecurityLevel2/AuditDecisionHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public final class AuditDecisionHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.SecurityLevel2.AuditDecision value = null;
+
+  public AuditDecisionHolder ()
+  {
+  }
+
+  public AuditDecisionHolder (org.omg.SecurityLevel2.AuditDecision initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.SecurityLevel2.AuditDecisionHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.SecurityLevel2.AuditDecisionHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.SecurityLevel2.AuditDecisionHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionOperations.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionOperations.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionOperations.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionOperations.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,17 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/AuditDecisionOperations.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public interface AuditDecisionOperations 
+{
+  boolean audit_needed (org.omg.Security.AuditEventType event_type, org.omg.Security.SelectorValue[] value_list);
+  org.omg.SecurityLevel2.AuditChannel audit_channel ();
+} // interface AuditDecisionOperations

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionOperations.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionOperations.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionOperations.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,86 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/AuditDecisionPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public abstract class AuditDecisionPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.AuditDecisionOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("audit_needed", new java.lang.Integer (0));
+    _methods.put ("_get_audit_channel", new java.lang.Integer (1));
+  }
+
+  public org.omg.CORBA.portable.OutputStream _invoke (String $method,
+                                org.omg.CORBA.portable.InputStream in,
+                                org.omg.CORBA.portable.ResponseHandler $rh)
+  {
+    org.omg.CORBA.portable.OutputStream out = null;
+    java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
+    if (__method == null)
+      throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+
+    switch (__method.intValue ())
+    {
+       case 0:  // SecurityLevel2/AuditDecision/audit_needed
+       {
+         org.omg.Security.AuditEventType event_type = org.omg.Security.AuditEventTypeHelper.read (in);
+         org.omg.Security.SelectorValue value_list[] = org.omg.Security.SelectorValueListHelper.read (in);
+         boolean $result = false;
+         $result = this.audit_needed (event_type, value_list);
+         out = $rh.createReply();
+         out.write_boolean ($result);
+         break;
+       }
+
+       case 1:  // SecurityLevel2/AuditDecision/_get_audit_channel
+       {
+         org.omg.SecurityLevel2.AuditChannel $result = null;
+         $result = this.audit_channel ();
+         out = $rh.createReply();
+         org.omg.SecurityLevel2.AuditChannelHelper.write (out, $result);
+         break;
+       }
+
+       default:
+         throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+    }
+
+    return out;
+  } // _invoke
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/AuditDecision:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public AuditDecision _this() 
+  {
+    return AuditDecisionHelper.narrow(
+    super._this_object());
+  }
+
+  public AuditDecision _this(org.omg.CORBA.ORB orb) 
+  {
+    return AuditDecisionHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class AuditDecisionPOA

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionPOA.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionPOA.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/AuditDecisionPOA.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/Credentials.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/Credentials.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/Credentials.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/Credentials.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,15 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/Credentials.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public interface Credentials extends CredentialsOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity 
+{
+} // interface Credentials

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/Credentials.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/Credentials.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/Credentials.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/CredentialsHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+abstract public class CredentialsHelper
+{
+  private static String  _id = "IDL:SecurityLevel2/Credentials:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.Credentials that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static org.omg.SecurityLevel2.Credentials extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.CredentialsHelper.id (), "Credentials");
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.SecurityLevel2.Credentials read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return narrow (istream.read_Object (_CredentialsStub.class));
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.Credentials value)
+  {
+    ostream.write_Object ((org.omg.CORBA.Object) value);
+  }
+
+  public static org.omg.SecurityLevel2.Credentials narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.Credentials)
+      return (org.omg.SecurityLevel2.Credentials)obj;
+    else if (!obj._is_a (id ()))
+      throw new org.omg.CORBA.BAD_PARAM ();
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._CredentialsStub stub = new org.omg.SecurityLevel2._CredentialsStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+  public static org.omg.SecurityLevel2.Credentials unchecked_narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.Credentials)
+      return (org.omg.SecurityLevel2.Credentials)obj;
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._CredentialsStub stub = new org.omg.SecurityLevel2._CredentialsStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,40 @@
+package org.omg.SecurityLevel2;
+
+/**
+* org/omg/SecurityLevel2/CredentialsHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public final class CredentialsHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.SecurityLevel2.Credentials value = null;
+
+  public CredentialsHolder ()
+  {
+  }
+
+  public CredentialsHolder (org.omg.SecurityLevel2.Credentials initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.SecurityLevel2.CredentialsHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.SecurityLevel2.CredentialsHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.SecurityLevel2.CredentialsHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsListHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsListHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsListHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsListHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,62 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/CredentialsListHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+abstract public class CredentialsListHelper
+{
+  private static String  _id = "IDL:SecurityLevel2/CredentialsList:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.Credentials[] that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static org.omg.SecurityLevel2.Credentials[] extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      __typeCode = org.omg.SecurityLevel2.CredentialsHelper.type ();
+      __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
+      __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.SecurityLevel2.CredentialsListHelper.id (), "CredentialsList", __typeCode);
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.SecurityLevel2.Credentials[] read (org.omg.CORBA.portable.InputStream istream)
+  {
+    org.omg.SecurityLevel2.Credentials value[] = null;
+    int _len0 = istream.read_long ();
+    value = new org.omg.SecurityLevel2.Credentials[_len0];
+    for (int _o1 = 0;_o1 < value.length; ++_o1)
+      value[_o1] = org.omg.SecurityLevel2.CredentialsHelper.read (istream);
+    return value;
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.Credentials[] value)
+  {
+    ostream.write_long (value.length);
+    for (int _i0 = 0;_i0 < value.length; ++_i0)
+      org.omg.SecurityLevel2.CredentialsHelper.write (ostream, value[_i0]);
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsListHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsListHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsListHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsListHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsListHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsListHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsListHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,39 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/CredentialsListHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public final class CredentialsListHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.SecurityLevel2.Credentials value[] = null;
+
+  public CredentialsListHolder ()
+  {
+  }
+
+  public CredentialsListHolder (org.omg.SecurityLevel2.Credentials[] initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.SecurityLevel2.CredentialsListHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.SecurityLevel2.CredentialsListHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.SecurityLevel2.CredentialsListHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsListHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsListHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsListHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsOperations.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsOperations.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsOperations.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsOperations.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,33 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/CredentialsOperations.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public interface CredentialsOperations 
+{
+  org.omg.SecurityLevel2.Credentials copy ();
+  void destroy ();
+  org.omg.Security.InvocationCredentialsType credentials_type ();
+  org.omg.Security.AuthenticationStatus authentication_state ();
+  String mechanism ();
+  short accepting_options_supported ();
+  void accepting_options_supported (short newAccepting_options_supported);
+  short accepting_options_required ();
+  void accepting_options_required (short newAccepting_options_required);
+  short invocation_options_supported ();
+  void invocation_options_supported (short newInvocation_options_supported);
+  short invocation_options_required ();
+  void invocation_options_required (short newInvocation_options_required);
+  boolean get_security_feature (org.omg.Security.CommunicationDirection direction, org.omg.Security.SecurityFeature feature);
+  boolean set_attributes (org.omg.Security.SecAttribute[] requested_attributes, org.omg.Security.AttributeListHolder actual_attributes);
+  org.omg.Security.SecAttribute[] get_attributes (org.omg.Security.AttributeType[] attributes);
+  boolean is_valid (org.omg.TimeBase.UtcTHolder expiry_time);
+  boolean refresh (org.omg.CORBA.Any refresh_data);
+} // interface CredentialsOperations

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsOperations.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsOperations.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsOperations.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,247 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/CredentialsPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public abstract class CredentialsPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.CredentialsOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("copy", new java.lang.Integer (0));
+    _methods.put ("destroy", new java.lang.Integer (1));
+    _methods.put ("_get_credentials_type", new java.lang.Integer (2));
+    _methods.put ("_get_authentication_state", new java.lang.Integer (3));
+    _methods.put ("_get_mechanism", new java.lang.Integer (4));
+    _methods.put ("_get_accepting_options_supported", new java.lang.Integer (5));
+    _methods.put ("_set_accepting_options_supported", new java.lang.Integer (6));
+    _methods.put ("_get_accepting_options_required", new java.lang.Integer (7));
+    _methods.put ("_set_accepting_options_required", new java.lang.Integer (8));
+    _methods.put ("_get_invocation_options_supported", new java.lang.Integer (9));
+    _methods.put ("_set_invocation_options_supported", new java.lang.Integer (10));
+    _methods.put ("_get_invocation_options_required", new java.lang.Integer (11));
+    _methods.put ("_set_invocation_options_required", new java.lang.Integer (12));
+    _methods.put ("get_security_feature", new java.lang.Integer (13));
+    _methods.put ("set_attributes", new java.lang.Integer (14));
+    _methods.put ("get_attributes", new java.lang.Integer (15));
+    _methods.put ("is_valid", new java.lang.Integer (16));
+    _methods.put ("refresh", new java.lang.Integer (17));
+  }
+
+  public org.omg.CORBA.portable.OutputStream _invoke (String $method,
+                                org.omg.CORBA.portable.InputStream in,
+                                org.omg.CORBA.portable.ResponseHandler $rh)
+  {
+    org.omg.CORBA.portable.OutputStream out = null;
+    java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
+    if (__method == null)
+      throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+
+    switch (__method.intValue ())
+    {
+       case 0:  // SecurityLevel2/Credentials/copy
+       {
+         org.omg.SecurityLevel2.Credentials $result = null;
+         $result = this.copy ();
+         out = $rh.createReply();
+         org.omg.SecurityLevel2.CredentialsHelper.write (out, $result);
+         break;
+       }
+
+       case 1:  // SecurityLevel2/Credentials/destroy
+       {
+         this.destroy ();
+         out = $rh.createReply();
+         break;
+       }
+
+       case 2:  // SecurityLevel2/Credentials/_get_credentials_type
+       {
+         org.omg.Security.InvocationCredentialsType $result = null;
+         $result = this.credentials_type ();
+         out = $rh.createReply();
+         org.omg.Security.InvocationCredentialsTypeHelper.write (out, $result);
+         break;
+       }
+
+       case 3:  // SecurityLevel2/Credentials/_get_authentication_state
+       {
+         org.omg.Security.AuthenticationStatus $result = null;
+         $result = this.authentication_state ();
+         out = $rh.createReply();
+         org.omg.Security.AuthenticationStatusHelper.write (out, $result);
+         break;
+       }
+
+       case 4:  // SecurityLevel2/Credentials/_get_mechanism
+       {
+         String $result = null;
+         $result = this.mechanism ();
+         out = $rh.createReply();
+         out.write_string ($result);
+         break;
+       }
+
+       case 5:  // SecurityLevel2/Credentials/_get_accepting_options_supported
+       {
+         short $result = (short)0;
+         $result = this.accepting_options_supported ();
+         out = $rh.createReply();
+         out.write_ushort ($result);
+         break;
+       }
+
+       case 6:  // SecurityLevel2/Credentials/_set_accepting_options_supported
+       {
+         short newAccepting_options_supported = org.omg.Security.AssociationOptionsHelper.read (in);
+         this.accepting_options_supported (newAccepting_options_supported);
+         out = $rh.createReply();
+         break;
+       }
+
+       case 7:  // SecurityLevel2/Credentials/_get_accepting_options_required
+       {
+         short $result = (short)0;
+         $result = this.accepting_options_required ();
+         out = $rh.createReply();
+         out.write_ushort ($result);
+         break;
+       }
+
+       case 8:  // SecurityLevel2/Credentials/_set_accepting_options_required
+       {
+         short newAccepting_options_required = org.omg.Security.AssociationOptionsHelper.read (in);
+         this.accepting_options_required (newAccepting_options_required);
+         out = $rh.createReply();
+         break;
+       }
+
+       case 9:  // SecurityLevel2/Credentials/_get_invocation_options_supported
+       {
+         short $result = (short)0;
+         $result = this.invocation_options_supported ();
+         out = $rh.createReply();
+         out.write_ushort ($result);
+         break;
+       }
+
+       case 10:  // SecurityLevel2/Credentials/_set_invocation_options_supported
+       {
+         short newInvocation_options_supported = org.omg.Security.AssociationOptionsHelper.read (in);
+         this.invocation_options_supported (newInvocation_options_supported);
+         out = $rh.createReply();
+         break;
+       }
+
+       case 11:  // SecurityLevel2/Credentials/_get_invocation_options_required
+       {
+         short $result = (short)0;
+         $result = this.invocation_options_required ();
+         out = $rh.createReply();
+         out.write_ushort ($result);
+         break;
+       }
+
+       case 12:  // SecurityLevel2/Credentials/_set_invocation_options_required
+       {
+         short newInvocation_options_required = org.omg.Security.AssociationOptionsHelper.read (in);
+         this.invocation_options_required (newInvocation_options_required);
+         out = $rh.createReply();
+         break;
+       }
+
+       case 13:  // SecurityLevel2/Credentials/get_security_feature
+       {
+         org.omg.Security.CommunicationDirection direction = org.omg.Security.CommunicationDirectionHelper.read (in);
+         org.omg.Security.SecurityFeature feature = org.omg.Security.SecurityFeatureHelper.read (in);
+         boolean $result = false;
+         $result = this.get_security_feature (direction, feature);
+         out = $rh.createReply();
+         out.write_boolean ($result);
+         break;
+       }
+
+       case 14:  // SecurityLevel2/Credentials/set_attributes
+       {
+         org.omg.Security.SecAttribute requested_attributes[] = org.omg.Security.AttributeListHelper.read (in);
+         org.omg.Security.AttributeListHolder actual_attributes = new org.omg.Security.AttributeListHolder ();
+         boolean $result = false;
+         $result = this.set_attributes (requested_attributes, actual_attributes);
+         out = $rh.createReply();
+         out.write_boolean ($result);
+         org.omg.Security.AttributeListHelper.write (out, actual_attributes.value);
+         break;
+       }
+
+       case 15:  // SecurityLevel2/Credentials/get_attributes
+       {
+         org.omg.Security.AttributeType attributes[] = org.omg.Security.AttributeTypeListHelper.read (in);
+         org.omg.Security.SecAttribute $result[] = null;
+         $result = this.get_attributes (attributes);
+         out = $rh.createReply();
+         org.omg.Security.AttributeListHelper.write (out, $result);
+         break;
+       }
+
+       case 16:  // SecurityLevel2/Credentials/is_valid
+       {
+         org.omg.TimeBase.UtcTHolder expiry_time = new org.omg.TimeBase.UtcTHolder ();
+         boolean $result = false;
+         $result = this.is_valid (expiry_time);
+         out = $rh.createReply();
+         out.write_boolean ($result);
+         org.omg.Security.UtcTHelper.write (out, expiry_time.value);
+         break;
+       }
+
+       case 17:  // SecurityLevel2/Credentials/refresh
+       {
+         org.omg.CORBA.Any refresh_data = in.read_any ();
+         boolean $result = false;
+         $result = this.refresh (refresh_data);
+         out = $rh.createReply();
+         out.write_boolean ($result);
+         break;
+       }
+
+       default:
+         throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+    }
+
+    return out;
+  } // _invoke
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/Credentials:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public Credentials _this() 
+  {
+    return CredentialsHelper.narrow(
+    super._this_object());
+  }
+
+  public Credentials _this(org.omg.CORBA.ORB orb) 
+  {
+    return CredentialsHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class CredentialsPOA

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsPOA.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsPOA.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CredentialsPOA.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/Current.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/Current.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/Current.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/Current.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,15 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/Current.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public interface Current extends CurrentOperations, org.omg.SecurityLevel1.Current, org.omg.CORBA.portable.IDLEntity 
+{
+} // interface Current

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/Current.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/Current.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/Current.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/CurrentHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+abstract public class CurrentHelper
+{
+  private static String  _id = "IDL:SecurityLevel2/Current:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.Current that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static org.omg.SecurityLevel2.Current extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.CurrentHelper.id (), "Current");
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.SecurityLevel2.Current read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return narrow (istream.read_Object (_CurrentStub.class));
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.Current value)
+  {
+    ostream.write_Object ((org.omg.CORBA.Object) value);
+  }
+
+  public static org.omg.SecurityLevel2.Current narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.Current)
+      return (org.omg.SecurityLevel2.Current)obj;
+    else if (!obj._is_a (id ()))
+      throw new org.omg.CORBA.BAD_PARAM ();
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._CurrentStub stub = new org.omg.SecurityLevel2._CurrentStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+  public static org.omg.SecurityLevel2.Current unchecked_narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.Current)
+      return (org.omg.SecurityLevel2.Current)obj;
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._CurrentStub stub = new org.omg.SecurityLevel2._CurrentStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,40 @@
+package org.omg.SecurityLevel2;
+
+/**
+* org/omg/SecurityLevel2/CurrentHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public final class CurrentHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.SecurityLevel2.Current value = null;
+
+  public CurrentHolder ()
+  {
+  }
+
+  public CurrentHolder (org.omg.SecurityLevel2.Current initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.SecurityLevel2.CurrentHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.SecurityLevel2.CurrentHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.SecurityLevel2.CurrentHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentOperations.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentOperations.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentOperations.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentOperations.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,18 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/CurrentOperations.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public interface CurrentOperations  extends org.omg.SecurityLevel1.CurrentOperations
+{
+
+  // Thread specific
+  org.omg.SecurityLevel2.ReceivedCredentials received_credentials ();
+} // interface CurrentOperations

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentOperations.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentOperations.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentOperations.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,91 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/CurrentPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public abstract class CurrentPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.CurrentOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("_get_received_credentials", new java.lang.Integer (0));
+    _methods.put ("get_attributes", new java.lang.Integer (1));
+  }
+
+  public org.omg.CORBA.portable.OutputStream _invoke (String $method,
+                                org.omg.CORBA.portable.InputStream in,
+                                org.omg.CORBA.portable.ResponseHandler $rh)
+  {
+    org.omg.CORBA.portable.OutputStream out = null;
+    java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
+    if (__method == null)
+      throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+
+    switch (__method.intValue ())
+    {
+
+  // Thread specific
+       case 0:  // SecurityLevel2/Current/_get_received_credentials
+       {
+         org.omg.SecurityLevel2.ReceivedCredentials $result = null;
+         $result = this.received_credentials ();
+         out = $rh.createReply();
+         org.omg.SecurityLevel2.ReceivedCredentialsHelper.write (out, $result);
+         break;
+       }
+
+
+  // thread specific operations
+       case 1:  // SecurityLevel1/Current/get_attributes
+       {
+         org.omg.Security.AttributeType ttributes[] = org.omg.Security.AttributeTypeListHelper.read (in);
+         org.omg.Security.SecAttribute $result[] = null;
+         $result = this.get_attributes (ttributes);
+         out = $rh.createReply();
+         org.omg.Security.AttributeListHelper.write (out, $result);
+         break;
+       }
+
+       default:
+         throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+    }
+
+    return out;
+  } // _invoke
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/Current:1.0", 
+    "IDL:omg.org/SecurityLevel1/Current:1.0", 
+    "IDL:CORBA/Current:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public Current _this() 
+  {
+    return CurrentHelper.narrow(
+    super._this_object());
+  }
+
+  public Current _this(org.omg.CORBA.ORB orb) 
+  {
+    return CurrentHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class CurrentPOA

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentPOA.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentPOA.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/CurrentPOA.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicy.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicy.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicy.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicy.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,15 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/DelegationDirectivePolicy.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public interface DelegationDirectivePolicy extends DelegationDirectivePolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity 
+{
+} // interface DelegationDirectivePolicy

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicy.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicy.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicy.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/DelegationDirectivePolicyHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+abstract public class DelegationDirectivePolicyHelper
+{
+  private static String  _id = "IDL:SecurityLevel2/DelegationDirectivePolicy:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.DelegationDirectivePolicy that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static org.omg.SecurityLevel2.DelegationDirectivePolicy extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.DelegationDirectivePolicyHelper.id (), "DelegationDirectivePolicy");
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.SecurityLevel2.DelegationDirectivePolicy read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return narrow (istream.read_Object (_DelegationDirectivePolicyStub.class));
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.DelegationDirectivePolicy value)
+  {
+    ostream.write_Object ((org.omg.CORBA.Object) value);
+  }
+
+  public static org.omg.SecurityLevel2.DelegationDirectivePolicy narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.DelegationDirectivePolicy)
+      return (org.omg.SecurityLevel2.DelegationDirectivePolicy)obj;
+    else if (!obj._is_a (id ()))
+      throw new org.omg.CORBA.BAD_PARAM ();
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._DelegationDirectivePolicyStub stub = new org.omg.SecurityLevel2._DelegationDirectivePolicyStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+  public static org.omg.SecurityLevel2.DelegationDirectivePolicy unchecked_narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.DelegationDirectivePolicy)
+      return (org.omg.SecurityLevel2.DelegationDirectivePolicy)obj;
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._DelegationDirectivePolicyStub stub = new org.omg.SecurityLevel2._DelegationDirectivePolicyStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,40 @@
+package org.omg.SecurityLevel2;
+
+/**
+* org/omg/SecurityLevel2/DelegationDirectivePolicyHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public final class DelegationDirectivePolicyHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.SecurityLevel2.DelegationDirectivePolicy value = null;
+
+  public DelegationDirectivePolicyHolder ()
+  {
+  }
+
+  public DelegationDirectivePolicyHolder (org.omg.SecurityLevel2.DelegationDirectivePolicy initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.SecurityLevel2.DelegationDirectivePolicyHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.SecurityLevel2.DelegationDirectivePolicyHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.SecurityLevel2.DelegationDirectivePolicyHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain