Go to the documentation of this file.
35 #ifndef PTLIB_CONFIG_H
36 #define PTLIB_CONFIG_H
377 template <
typename Enumeration>
381 )
const {
return (Enumeration)
GetInteger(key, dflt); }
383 template <
typename Enumeration>
388 )
const {
return (Enumeration)
GetInteger(section, key, dflt); }
396 template <
typename Enumeration>
402 template <
typename Enumeration>
553 #include "msos/ptlib/config.h"
555 #include "unix/ptlib/config.h"
559 #endif // P_CONFIG_FILE
561 #endif // PTLIB_CONFIG_H