Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/changelog.cc

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

revision 1.1 by youi, Wed Jan 19 05:51:21 2005 UTC revision 1.2 by youi, Sat Jan 22 09:25:14 2005 UTC
# Line 30  changelog::~changelog() Line 30  changelog::~changelog()
30    
31  changelogid_t changelog::getChangelogID( ) const { return logid; }  changelogid_t changelog::getChangelogID( ) const { return logid; }
32  time_t changelog::getDate( ) const { return date; }  time_t changelog::getDate( ) const { return date; }
33    itemid_t changelog::getItemID( ) const { return item_id; }
34  const char *changelog::getLog( ) const { return log; }  const char *changelog::getLog( ) const { return log; }
35    
36  void changelog::setChangelogID( changelogid_t logid_ ){ logid = logid_; }  void changelog::setChangelogID( changelogid_t logid_ ){ logid = logid_; }
37  void changelog::setDate( time_t date_ ){ date = date_; }  void changelog::setDate( time_t date_ ){ date = date_; }
38    void changelog::setItemID( itemid_t item_id_ ){ item_id = item_id_; }
39  void changelog::setLog( const char* log_ ){ setValue( &this -> log, log_ ); }  void changelog::setLog( const char* log_ ){ setValue( &this -> log, log_ ); }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26