1. /*
  2. * @(#)PoliciesComponent.java 1.16 03/01/23
  3. *
  4. * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. //Source file: J:/ws/serveractivation/src/share/classes/com.sun.corba.se.internal.ior/PoliciesComponent.java
  8. package com.sun.corba.se.internal.ior;
  9. import org.omg.CORBA_2_3.portable.OutputStream ;
  10. import com.sun.corba.se.internal.ior.TaggedComponent ;
  11. import org.omg.IOP.TAG_POLICIES ;
  12. /**
  13. * @author
  14. */
  15. public class PoliciesComponent extends TaggedComponentBase
  16. {
  17. /**
  18. * @return
  19. * @exception
  20. * @author
  21. * @roseuid 3910984F0292
  22. */
  23. public PoliciesComponent()
  24. {
  25. }
  26. /**
  27. * @param arg0
  28. * @return void
  29. * @exception
  30. * @author
  31. * @roseuid 391326150314
  32. */
  33. public void writeContents(OutputStream arg0)
  34. {
  35. }
  36. /**
  37. * @return int
  38. * @exception
  39. * @author
  40. * @roseuid 3913261601B7
  41. */
  42. public int getId()
  43. {
  44. return TAG_POLICIES.value ; // 2 in CORBA 2.3.1 13.6.3
  45. }
  46. }