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

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

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

revision 1.3 by ksterker, Mon Aug 23 06:33:47 2004 UTC revision 1.4 by ksterker, Tue Dec 7 16:46:27 2004 UTC
# Line 36  using std::string; Line 36  using std::string;
36  // create new log entry  // create new log entry
37  log_entry::log_entry (const string & topic, const string & text, const string & uid)  log_entry::log_entry (const string & topic, const string & text, const string & uid)
38  {  {
39      Timestamp = event::date::time ();      Timestamp = events::date::time ();
40      Topic = topic;      Topic = topic;
41      Text = text;      Text = text;
42      Uid = uid;      Uid = uid;

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

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