*** empty log message ***

r1194 | mle | 2006-10-26 12:11:43 +1000 (Thu, 26 Oct 2006) | 2 lines
This commit is contained in:
Mark Lesha
2006-10-26 12:11:43 +10:00
committed by Douglas Clowes
parent 9cc4126401
commit dd864f8813
2 changed files with 4 additions and 4 deletions

View File

@@ -14,10 +14,10 @@
Mark Lesha, 9 October 2006 (ANSTO version)fs Mark Lesha, 9 October 2006 (ANSTO version)fs
----------------------------------------------------------------------*/ ----------------------------------------------------------------------*/
#ifndef SINQHTTP_H_ #ifndef ANSTOHTTP_H_
#define SINQHTTP_H_ #define ANSTOHTTP_H_
#include <HistDriv.i> #include <HistDriv.i>
pHistDriver CreateAnstoHttpDriver(pStringDict pOption); pHistDriver CreateAnstoHttpDriver(pStringDict pOption);
#endif /*SINQHTTP_H_*/ #endif /*ANSTOHTTP_H_*/

View File

@@ -24,7 +24,7 @@
/* Added code for new LH45 and Lakeshore 340 drivers */ /* Added code for new LH45 and Lakeshore 340 drivers */
#include "lh45.h" #include "lh45.h"
#include "lakeshore340.h" #include "lakeshore340.h"
/* Added HTTP support for Histogra Server */ /* Added HTTP support for Histogram Server */
#include "anstohttp.h" #include "anstohttp.h"
#include "anstoutil.h" #include "anstoutil.h"