You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by ah...@apache.org on 2006/06/01 18:35:52 UTC

svn commit: r410908 - /incubator/yoko/trunk/core/src/main/java/org/omg/IOP/SecurityAttributeService.java

Author: ahj
Date: Thu Jun  1 11:35:52 2006
New Revision: 410908

URL: http://svn.apache.org/viewvc?rev=410908&view=rev
Log:
SecurityAttributeService missing, causing a build error. Sorry.

Added:
    incubator/yoko/trunk/core/src/main/java/org/omg/IOP/SecurityAttributeService.java

Added: incubator/yoko/trunk/core/src/main/java/org/omg/IOP/SecurityAttributeService.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/main/java/org/omg/IOP/SecurityAttributeService.java?rev=410908&view=auto
==============================================================================
--- incubator/yoko/trunk/core/src/main/java/org/omg/IOP/SecurityAttributeService.java (added)
+++ incubator/yoko/trunk/core/src/main/java/org/omg/IOP/SecurityAttributeService.java Thu Jun  1 11:35:52 2006
@@ -0,0 +1,10 @@
+package org.omg.IOP;
+/**
+ * Generated by the JacORB IDL compiler 
+ * from an IDL const definition 
+ */
+
+public interface SecurityAttributeService
+{
+	int value = 15;
+}