package primativeAnyTest;

/**
 * <ul>
 * <li> <b>IDL Source</b>    "primativeAnyTest.idl"
 * <li> <b>IDL Name</b>      ::primativeAnyTest::pat
 * <li> <b>Repository Id</b> IDL:primativeAnyTest/pat:1.0
 * </ul>
 * <b>IDL definition:</b>
 * <pre>
 * interface pat {
  ...
};
 * </pre>
 */
public interface patOperations {
  /**
   * <pre>
   *   long testPrimativeAny (in any inPrimativeAny, inout any inoutPrimativeAny,
                         out any outPrimativeAny);
   * </pre>
   */
  public int testPrimativeAny (org.omg.CORBA.Any inPrimativeAny, 
                               org.omg.CORBA.AnyHolder inoutPrimativeAny, 
                               org.omg.CORBA.AnyHolder outPrimativeAny);

}
