summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Containers/FTSession/FT_Session_Container.idl
blob: f81122013710f4e09cf26f80de01564360fe7021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * @file Session_Container.idl
 * @author William R. Otte <wotte@dre.vanderbilt.edu>
 *
 * Extends the basic container interface for session capabilities.
 */

#include "ciao/Containers/Container_Base.idl"

module CIAO
{
  local interface FT_Session_Container : Container
  {
    // *** Methods used by component specific container portions
    Object install_servant (in PortableServer::Servant svnt, 
                            in Container_Types::OA_Type type,
                            in PortableServer::ObjectId oid);
  };
};