summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/CosPersistentState.idl
blob: a5211d071aacbf9ed381acf73bdc16b06c3fb932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// $Id$

/**
 * @@ This is just a temporary file.  Since TAO does not have
 *    CosPersistentState at all, we use this file to define
 *    types necessary to get ComponentBase.idl to compile.
 *
 *    Compile with
 *     tao_idl -Gv CosPersistentState.idl
 */

#if !defined (CIAO_COSPERSISTENTSTATE_PIDL)
#define CIAO_COSPERSISTENTSTATE_PIDL

module CosPersistentState {

  local interface CatalogBase
  {
  };

  typedef sequence<octet> _TypeId;
  typedef string Pid;
};
#endif /* CIAO_COSPERSISTENTSTATE_PIDL */