HomeWaterLeaksDetection
HTMLDataSource.cpp
Go to the documentation of this file.
1 #include "HTMLDataSource.h"
2 
3 // when the associated data for an index (e.g %*130*%) is not found
4 // "UNDEFINED" will be put on the webpage instead
5 const String HTMLDataSource::UNDEFINED_DATA = String("UNDEFINED");
HTMLDataSource.h
HTMLDataSource::UNDEFINED_DATA
static const String UNDEFINED_DATA
string "UNDEFINED"
Definition: HTMLDataSource.h:17