ocssw  1.0
/disk01/web/ocssw/build/inc/swfinc/hdf_call_summary.h (r8218/r3)
Go to the documentation of this file.
00001 /*
00002  * $Header: /app/shared/RCS/irix-5.2/seawifsd/src/hdfio/Shared.V4.2/L012_Util/util/hdf/hdf_call_summary.h,v 4.10 1995/01/17 19:58:17 seawifsd Exp seawifsd $
00003  * $Log: hdf_call_summary.h,v $
00004  * Revision 4.10  1995/01/17 19:58:17  seawifsd
00005  * Jan. 17, 1994, V4.10
00006  *
00007  * Revision 4.1  1995/01/17 14:14:33  seawifsd
00008  * Jan. 9, 1994, 4.0
00009  *
00010  * Revision 3.4  1994/11/09 18:55:08  seawifsd
00011  * changed comments related to NOCHKHDF to CHKHDF.
00012  *
00013  * Revision 3.3  1994/11/08 18:46:38  seawifsd
00014  * Nov. 8, 1994, 3.3a3
00015  *
00016  * Revision 3.3  1994/11/08 15:04:36  seawifsd
00017  * Nov. 8, 1994, 3.3a2
00018  *
00019  */
00020 
00021 /*
00022    this module must be included in the global space of the main program. Otherwise, the
00023    compiling will fail when HDF_CALL_SUMMARY is defined. HDF_CALL_SUMMARY might be
00024    turn on from hdfhdr.h when CHKHDF is defined. So it will be better to placed
00025    after hdfhdr.h.
00026  */
00027    
00028 #ifndef HDF_CALL_SUMMARY_H_
00029 #define HDF_CALL_SUMMARY_H_
00030 
00031 #ifdef HDF_CALL_SUMMARY
00032 int nSDcreate = 0;
00033 int nSDselect = 0;
00034 int nSDwritedata = 0;
00035 int nSDendaccess = 0;
00036 #endif /* HDF_CALL_SUMMARY */
00037 
00038 #endif /* !HDF_CALL_SUMMARY_H_ */