source: tmcsimulator/branches/fep_client_cpp/network_factory.cpp @ 70

Revision 70, 209 bytes checked in by jtorres, 9 years ago (diff)

expanded client

Line 
1#include "network.h"
2
3FEP_LINE_LDS * load_lines(int *size, const char * fName)
4{
5        FEP_LINE_LDS lines[1];
6        *size = 1;
7        return lines;   
8}
9
10FEP_LDS * load_lds(const char * fName)
11{
12        FEP_LDS lds[1];
13        return lds;
14}
Note: See TracBrowser for help on using the repository browser.