00001 // File: eventID.C 00002 // Defines: eventID class and methods; 00003 // GetEventID function generates unique event IDs 00004 // Last Modified: 6.14.01 by Terry L. Wilmarth 00005 00006 #include "eventID.h" 00007 /* replaced with Cpv code in pose.C 00009 const eventID& GetEventID() { 00010 static eventID theEventID; // initializes to [0.pe] for each pe called on 00011 theEventID.incEventID(); 00012 return theEventID; 00013 } 00014 */