Holds a Remote Access History Item. More...
Public Types | |
|
typedef boost::shared_ptr < RemoteAccessHistoryItem > | SharedPtr |
|
typedef std::vector < RemoteAccessHistoryItem::SharedPtr > | Collection |
Public Member Functions | |
| RemoteAccessHistoryItem () | |
| Ctor. | |
| RemoteAccessHistoryItem (const PeerID &a_peerID) | |
| RemoteAccessHistoryItem (const std::string &a_peerID, const std::string &a_date) | |
| ~RemoteAccessHistoryItem (void) | |
| Dtor. | |
| const Poco::DateTime & | getDate () |
| Get date associated with Remote Access History Item. | |
| std::string | getDateDB () |
| Get date associated with Remote Access History Item in DB format. | |
| const PeerID & | getPeerID () |
| Get peerid associated with this remote access history item. | |
| std::string | getPeerIdDB () |
| Get peerid associated with this remote access history item in string format. | |
Holds a Remote Access History Item.
| Tonido::Data::RemoteAccessHistoryItem::RemoteAccessHistoryItem | ( | ) |
Ctor.
details if needed ...
| Tonido::Data::RemoteAccessHistoryItem::~RemoteAccessHistoryItem | ( | void | ) |
Dtor.
details if needed ...