Zero  0.1.0
w.h
Go to the documentation of this file.
1 /*<std-header orig-src='shore' incl-file-exclusion='W_H'>
2 
3  $Id: w.h,v 1.22 2010/12/08 17:37:37 nhall Exp $
4 
5 SHORE -- Scalable Heterogeneous Object REpository
6 
7 Copyright (c) 1994-99 Computer Sciences Department, University of
8  Wisconsin -- Madison
9 All Rights Reserved.
10 
11 Permission to use, copy, modify and distribute this software and its
12 documentation is hereby granted, provided that both the copyright
13 notice and this permission notice appear in all copies of the
14 software, derivative works or modified versions, and any portions
15 thereof, and that both notices appear in supporting documentation.
16 
17 THE AUTHORS AND THE COMPUTER SCIENCES DEPARTMENT OF THE UNIVERSITY
18 OF WISCONSIN - MADISON ALLOW FREE USE OF THIS SOFTWARE IN ITS
19 "AS IS" CONDITION, AND THEY DISCLAIM ANY LIABILITY OF ANY KIND
20 FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
21 
22 This software was developed with support by the Advanced Research
23 Project Agency, ARPA order number 018 (formerly 8230), monitored by
24 the U.S. Army Research Laboratory under contract DAAB07-91-C-Q518.
25 Further funding for this work was provided by DARPA through
26 Rome Research Laboratory Contract No. F30602-97-2-0247.
27 
28 */
29 #ifndef __W_H
30 #define __W_H
31 
32 #include "w_defines.h"
33 
34 /* -- do not edit anything above this line -- </std-header>*/
35 
36 #include "w_base.h"
37 #include "w_error.h"
38 #include "w_rc.h"
39 #include "w_minmax.h"
40 #include "w_list.h"
41 #include <sys/time.h>
42 
43 /*<std-footer incl-file-exclusion='W_H'> -- do not edit anything below this line -- */
44 
45 #endif // __W_H /*</std-footer>*/