00001 #ifndef SAMPLE_HANDLER__META_NAMES_H
00002 #define SAMPLE_HANDLER__META_NAMES_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #include <SampleHandler/Global.h>
00015
00016 #include <string>
00017
00018 namespace SH
00019 {
00025
00026 struct MetaNames
00027 {
00029 static const std::string& openRetries ();
00030
00032 static unsigned openRetries_default ();
00033
00034
00043 static const std::string& openRetriesWait ();
00044
00046 static double openRetriesWait_default ();
00047
00048
00055 static const std::string& sampleName ();
00056 };
00057 }
00058
00059 #endif