blob: 8c407deeefdb6444a65aa11b9b42eab85cd42003 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// Copyright: Matra-Datavision 1994
// File: Transfer_VoidBinder.cxx
// Created: Mon Jun 27 16:16:47 1994
// Author: Christian CAILLET
// <design>
#include <Transfer_VoidBinder.ixx>
Transfer_VoidBinder::Transfer_VoidBinder () { }
// Standard_Boolean Transfer_VoidBinder::IsMultiple () const
// { return Standard_False; }
Handle(Standard_Type) Transfer_VoidBinder::ResultType () const
{ return DynamicType(); }
Standard_CString Transfer_VoidBinder::ResultTypeName () const
{ return "(void)"; }
|