/[adonthell]/adonthell/src/rpg/log_entry.h
ViewVC logotype

Diff of /adonthell/src/rpg/log_entry.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by ksterker, Mon Aug 23 06:33:47 2004 UTC revision 1.5 by ksterker, Mon Nov 15 08:54:33 2004 UTC
# Line 51  namespace rpg Line 51  namespace rpg
51              log_entry (const std::string & topic, const std::string & text, const std::string & uid);              log_entry (const std::string & topic, const std::string & text, const std::string & uid);
52                            
53              /**              /**
54               *               * @name Member Access
55                 */
56                //@{
57                /**
58                 * Return the text of this log entry.
59                 * @return text of the log entry.
60               */               */
61              std::string text () const { return Text; }              std::string text () const { return Text; }
62                            
63              /**              /**
64               *               * Return unique id of this log entry. This allows to find a certain log entry.
65                 * @return unique id of this log entry.
66               */               */
67              std::string uid () const { return Uid; }              std::string uid () const { return Uid; }
68                //@}
69                            
70              /**              /**
71               * @name Loading/Saving               * @name Loading/Saving

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26