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

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

#include "CCM_Base.idl"

/**
 * @ Note: This needs deprecation.
 *
 */
module CIAO
{
  valuetype Cookie : Components::Cookie
  {
    CORBA::OctetSeq get_cookie ();
  };
};