Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

RTServerDelegate.cc

Go to the documentation of this file.
00001 /*
00002  * RTServerDelegate.cc
00003  *
00004  * Copyright (c) 2003, 2004 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 #include <iostream>
00023 
00024 #if TIME_WITH_SYS_TIME
00025 # include <sys/time.h>
00026 # include <time.h>
00027 #else
00028 # if HAVE_SYS_TIME_H
00029 #  include <sys/time.h>
00030 # else
00031 #  include <time.h>
00032 # endif
00033 #endif
00034 
00035 #include "BrokerC.h"
00036 
00037 using namespace std;
00038 
00039 #include "RTServerDelegate.h"

Generated on Fri Oct 22 07:50:24 2004 for CPU Broker by  doxygen 1.3.9.1