summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/CCM_Cookie.idl
blob: 3e7997b482eab7e426d6de787ee283059a2ea44b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/// $Id$
/// Compliant with OMG 06-04-01 Section 6.5.2.4

#if !defined (CCM_COOKIE_IDL)
#define CCM_COOKIE_IDL

#include "tao/OctetSeq.pidl"

module Components
{
  typeprefix Components "omg.org";

  valuetype Cookie
  {
    private CORBA::OctetSeq cookieValue;
  };
};
#endif /* CCM_COOKIE_IDL */