summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/CosPersistentState.idl
blob: b6ce4324fa826445a10ad08f9d76731bab15f44a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $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

module CosPersistentState {

  local interface CatalogBase
  {
  };

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