summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/ciao/CosPersistentState.idl
blob: 64f127539e2dd209438ff03b526f89768027dfb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// $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 */