1 /*
2  * Copyright (C) 1997-2005, R3vis Corporation.
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Library General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
17  * USA, or visit http://www.gnu.org/copyleft/lgpl.html.
18  *
19  * Original Contributor:
20  *   Wes Bethel, R3vis Corporation, Marin County, California
21  * Additional Contributor(s):
22  *
23  * The OpenRM project is located at http://openrm.sourceforge.net/.
24  */
25 /*
26  * $Id: rmv.h,v 1.5 2005/02/19 16:47:24 wes Exp $
27  * Version: $Name: OpenRM-1-6-0-2-RC2 $
28  * $Revision: 1.5 $
29  * $Log: rmv.h,v $
30  * Revision 1.5  2005/02/19 16:47:24  wes
31  * Distro sync and consolidation.
32  *
33  * Revision 1.4  2005/01/23 17:17:02  wes
34  * Copyright update to 2005.
35  *
36  * Revision 1.3  2004/01/17 04:06:42  wes
37  * Updated Copyright line for 2004.
38  *
39  * Revision 1.2  2003/02/02 02:07:14  wes
40  * Updated copyright to 2003.
41  *
42  * Revision 1.1.1.1  2003/01/28 02:15:23  wes
43  * Manual rebuild of rm150 repository.
44  *
45  * Revision 1.2  2003/01/16 22:21:15  wes
46  * Updated all source files to reflect new organization of header files:
47  * all header files formerly located in include/rmaux, include/rmi, include/rmv
48  * are now located in include/rm.
49  *
50  * Revision 1.1  2003/01/16 21:53:42  wes
51  * Moved rmv*.h files from include/rmv to their new home in include/rm.
52  *
53  * Revision 1.4  2002/04/30 19:40:54  wes
54  * Updated copyright dates.
55  *
56  * Revision 1.3  2000/04/20 17:41:49  wes
57  * Minor CVS tag changes.
58  *
59  * Revision 1.2  2000/04/20 16:30:26  wes
60  * Added copyright info.
61  *
62  * Revision 1.1.1.1  2000/02/28 21:29:40  wes
63  * OpenRM 1.2 Checkin
64  *
65  * Revision 1.1.1.1  2000/02/28 17:18:48  wes
66  * Initial entry - pre-RM120 release, source base for OpenRM 1.2.
67  *
68  */
69 
70 #ifndef _rmv_h_
71 #define _rmv_h_
72 
73 #include <rm/rmvdefs.h>
74 #include <rm/rmvpub.h>
75 
76 
77 #endif /* _rmv_h_ */
78 /* EOF */
79