summaryrefslogtreecommitdiff
path: root/TAO/tests/Cubit/COOL/sk_cubit.H
blob: 7be4fb7622259cc68356a7942bf6f42f86c87e41 (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
26
27
28
/*
 * File generated by CHIC (CHIC-COMMON-970407)
 *        from: cubit.idl
*/
#ifndef _SK_CUBIT_H
#define _SK_CUBIT_H

//=========================================================
// Binding function between Cubit_Impl and Cubit
//=========================================================

class Cubit_Impl;
    void
COOL_bind(const Cubit_Impl& server, Cubit_ptr& inter,
          const COOL_BindingData& bindingData,
          CORBA_Environment& _env = _environment);

    inline void
COOL_bind(const Cubit_Impl& server, Cubit_ptr& inter,
          CORBA_Environment& _env = _environment)
{
    COOL_bind(server, inter, *_bindingData, _env);
}



#endif