summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_Cookie.idl
blob: d462f8af9df69861f1ae1b5048407e45ec83026a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//// 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 */