summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/CIAO_Value.idl
blob: 41f27ae2cf3c9499de50850168e80287c192a650 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

/**
 * @file CIAO_Value.idl
 *
 * @brief Some CIAO valuetype extension for internal use.
 */

#include "CCM_Base.idl"

module CIAO
{
  valuetype Cookie : ::Components::Cookie
  {
    CORBA::OctetSeq get_cookie ();
  };
};