/*****************************************************************************
* 	Project 	: Network Based Message Queue System		    **
*	Course		: CIS 650 - Software Engineering		    **
*	Location 	: /research/paraducks3/courses/cis650/proj/rt	    **
*	File		: rtglobe.cc					    **
*	Description 	: The global variables are defined here 	    **	
*****************************************************************************/

#define EXTERN 
#include <rtincl.h>

/* Put nothing here - the EXTERN defined as null allows all global variables
declared with EXTERN to be inserted here from rtglobe.h and get defined in this
file. This is the end of the file. */

