mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 03:15:00 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
7
CPP/Common/TextConfig.h
Executable file → Normal file
7
CPP/Common/TextConfig.h
Executable file → Normal file
@@ -1,9 +1,8 @@
|
||||
// Common/TextConfig.h
|
||||
|
||||
#ifndef __COMMON_TEXTCONFIG_H
|
||||
#define __COMMON_TEXTCONFIG_H
|
||||
#ifndef __COMMON_TEXT_CONFIG_H
|
||||
#define __COMMON_TEXT_CONFIG_H
|
||||
|
||||
#include "MyVector.h"
|
||||
#include "MyString.h"
|
||||
|
||||
struct CTextConfigPair
|
||||
@@ -14,7 +13,7 @@ struct CTextConfigPair
|
||||
|
||||
bool GetTextConfig(const AString &text, CObjectVector<CTextConfigPair> &pairs);
|
||||
|
||||
int FindTextConfigItem(const CObjectVector<CTextConfigPair> &pairs, const UString &id);
|
||||
int FindTextConfigItem(const CObjectVector<CTextConfigPair> &pairs, const UString &id) throw();
|
||||
UString GetTextConfigValue(const CObjectVector<CTextConfigPair> &pairs, const UString &id);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user