mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
* use characters sets from Base.cpp - remove ABook class
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user