Пример #1
0
 static inline const int32_t & GetValue(const int32_t *& pValue)
 {
     if (NULL == pValue) { if (!GetSetAll()) OT_FAIL; }
     if (NULL == pValue) { OT_FAIL; }
     return *pValue;
 }
 static inline const OTString & GetFolder(const OTString & strFolder)
 {
     if (!strFolder.Exists()) {
         if (!GetSetAll()) { OT_FAIL; } }
     return strFolder;
 }