summaryrefslogtreecommitdiff
path: root/setedit/infview/streams/sinf.cc
blob: 9d37cbe8723e627c1269b6544a031125462eee3c (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
29
30
31
32
33
34
/* Copyright (C) 1996,1997,1998,1999,2000 by Salvador E. Tropea (SET),
   see copyrigh file for details */
/*------------------------------------------------------------*/
/* filename -       sinf.cc                                   */
/*                                                            */
/* Registration objects for the following classes:            */
/*                      TInfViewer                            */
/*                      TInfWindow                            */
/*                      THisCollection                        */
/*------------------------------------------------------------*/

/*------------------------------------------------------------*/
/*                                                            */
/*  Needed to write the objects to a stream.                  */
/*                                                            */
/*------------------------------------------------------------*/

#include <tvsetuti.h>
#define Uses_TStreamableClass
// InfView requests
#include <infr.h>
#include <settvuti.h>
#include <inf.h>

__link( RView )
__link( RWindow )
__link( RScrollBar )
__link( RScroller )
__link( RNoCaseStringCollection )

s(InfViewer);
s(InfWindow);
s(HisCollection);