
00001 /******************************************************** 00002 * Myricom VI-GM networking software and documentation * 00003 * Copyright (c) 2001 by Myricom, Inc. * 00004 * All rights reserved. * 00005 * See the file `COPYING' for copyright notice. * 00006 ********************************************************/ 00007 00008 #ifndef VIPL_WIN_INIT_H 00009 #define VIPL_WIN_INIT_H 00010 00021 class vipl_win_init_t { 00022 public: 00024 vipl_win_init_t (void); 00026 ~vipl_win_init_t (void); 00028 int i; 00029 }; 00030 00031 #endif
1.4.4.