00001 /* 00002 * RTServerDelegate.cc 00003 * 00004 * Copyright (c) 2003 The University of Utah and the Flux Group. 00005 * All rights reserved. 00006 * 00007 * This file is licensed under the terms of the GNU Public License. 00008 * See the file "license.terms" for restrictions on redistribution 00009 * of this file, and for a DISCLAIMER OF ALL WARRANTIES. 00010 */ 00011 00012 /** 00013 * @file RTServerDelegate.cc 00014 * 00015 * Just includes the quogen generated RTServerDelegate.h file. 00016 * 00017 * @sa RTServerDelegate.asl 00018 */ 00019 00020 #include "config.h" 00021 00022 #if TIME_WITH_SYS_TIME 00023 # include <sys/time.h> 00024 # include <time.h> 00025 #else 00026 # if HAVE_SYS_TIME_H 00027 # include <sys/time.h> 00028 # else 00029 # include <time.h> 00030 # endif 00031 #endif 00032 00033 #include "BrokerC.h" 00034 00035 #include "RTServerDelegate.h"