source: branches/blt4/packages/vizservers/nanovis/NvEventLog.h @ 2936

Last change on this file since 2936 was 2936, checked in by gah, 12 years ago

sync back with trunk

File size: 239 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2#ifndef NV_EVENT_LOG_H
3#define NV_EVENT_LOG_H
4
5extern void NvInitEventLog();
6extern void NvExitEventLog();
7extern void NvInitService();
8extern void NvExitService();
9
10#endif
Note: See TracBrowser for help on using the repository browser.