bes Updated for version 3.20.13
test_send_data.h
1/*
2 * test_send_data.h
3 *
4 * Created on: Feb 3, 2013
5 * Author: jimg
6 */
7
8#ifndef TEST_SEND_DATA_H_
9#define TEST_SEND_DATA_H_
10
11void build_dods_response(DDS **dds, const string &file_name);
12void build_das_response(DDS **dds, const string &file_name);
13
14#endif /* TEST_SEND_DATA_H_ */