1 /***********************************************************************/
2 /* Open Visualization Data Explorer                                    */
3 /* (C) Copyright IBM Corp. 1989,1999                                   */
4 /* ALL RIGHTS RESERVED                                                 */
5 /* This code licensed under the                                        */
6 /*    "IBM PUBLIC LICENSE - Open Visualization Data Explorer"          */
7 /***********************************************************************/
8 
9 #include <dxconfig.h>
10 #include "../base/defines.h"
11 
12 
13 #include "InteractorDefinition.h"
14 //#include "InteractorNode.h"
15 #include "SIAllocatorDictionary.h"
16 #include "InteractorStandIn.h"
17 //#include "ParameterDefinition.h"
18 //#include "List.h"
19 //#include "ListIterator.h"
20 
21 
22 //
23 // Define the stand-in that is used for InteractorNode and derived classes.
24 //
getSIAllocator()25 SIAllocator InteractorDefinition::getSIAllocator()
26 {
27     return InteractorStandIn::AllocateStandIn;
28 }
29