summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/CosPersistentState.idl
blob: c8d388f17c3b2dad6b78b86b11026e0861778176 (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
25
// $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.
 */

#if !defined (CIAO_COSPERSISTENTSTATE_PIDL)
#define CIAO_COSPERSISTENTSTATE_PIDL

#if !defined (CCM_LW)

module CosPersistentState {

  local interface CatalogBase
  {
  };

  typedef sequence<octet> _TypeId;
  typedef string Pid;
};

#endif
#endif /* CIAO_COSPERSISTENTSTATE_PIDL */