GME
13
|
#include <CoreXmlFile.h>
Public Member Functions | |
void | setParent (CCoreXmlFile *p_parent) |
void | addEntry (const ProtectEntry &p_pe) |
void | onCommited () |
void | onAborted () |
void | onLoad () |
Static Public Member Functions | |
static std::string | getProtListFileName (const std::string &p_username) |
Definition at line 427 of file XmlBackEnd/CoreXmlFile.h.
void ProtectList::addEntry | ( | const ProtectEntry & | p_pe | ) |
Definition at line 4760 of file XmlBackEnd/CoreXmlFile.cpp.
std::string ProtectList::getProtListFileName | ( | const std::string & | p_username | ) | [static] |
Definition at line 4710 of file XmlBackEnd/CoreXmlFile.cpp.
void ProtectList::onAborted | ( | ) |
Definition at line 4734 of file XmlBackEnd/CoreXmlFile.cpp.
void ProtectList::onCommited | ( | ) |
Definition at line 4740 of file XmlBackEnd/CoreXmlFile.cpp.
void ProtectList::onLoad | ( | ) |
Definition at line 4715 of file XmlBackEnd/CoreXmlFile.cpp.
void ProtectList::setParent | ( | CCoreXmlFile * | p_parent | ) |
Reimplemented from PublicStorage.
Definition at line 4700 of file XmlBackEnd/CoreXmlFile.cpp.