mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* use characters sets from Base.cpp - remove ABook class
This commit is contained in:
parent
68cc75cada
commit
f190ee951c
2 changed files with 4 additions and 40 deletions
10
FS.h
10
FS.h
|
@ -49,15 +49,6 @@ namespace fs {
|
|||
void Traverse(std::vector<std::string> & files);
|
||||
};
|
||||
|
||||
/** @brief Slightly extended HashedStorage */
|
||||
class ABookStorage : public HashedStorage {
|
||||
public:
|
||||
ABookStorage(const char *n, const char *p1, const char *p2, const char *s):
|
||||
HashedStorage(n, p1, p2, s) {};
|
||||
|
||||
std::string IndexPath();
|
||||
};
|
||||
|
||||
/** @brief Returns current application name, default 'i2pd' */
|
||||
const std::string & GetAppName ();
|
||||
/** @brief Set applicaton name, affects autodetection of datadir */
|
||||
|
@ -138,6 +129,5 @@ namespace fs {
|
|||
/* accessors */
|
||||
HashedStorage & GetNetDB();
|
||||
HashedStorage & GetPeerProfiles();
|
||||
ABookStorage & GetAddressBook();
|
||||
} // fs
|
||||
} // i2p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue