Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/item.h

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

revision 1.5 by youi, Thu Feb 3 12:03:10 2005 UTC revision 1.6 by youi, Wed Feb 16 07:39:05 2005 UTC
# Line 30  private: Line 30  private:
30      char* doi;      char* doi;
31      time_t lastUpdateDate;      time_t lastUpdateDate;
32      time_t creationDate;      time_t creationDate;
33        time_t publicationDate;
34    
35  public:  public:
36      // reserved item_id value      // reserved item_id value
# Line 58  public: Line 59  public:
59      const char* getDOI() const;      const char* getDOI() const;
60      time_t getCreationDate() const;      time_t getCreationDate() const;
61      time_t getLastUpdateDate() const;      time_t getLastUpdateDate() const;
62        time_t getPublicationDate() const;
63    
64      void setContributorUID( userid_t );      void setContributorUID( userid_t );
65      void setItemID( itemid_t );      void setItemID( itemid_t );
# Line 68  public: Line 70  public:
70      void setDOI( const char* );      void setDOI( const char* );
71      void setCreationDate( time_t );      void setCreationDate( time_t );
72      void setLastUpdateDate( time_t );      void setLastUpdateDate( time_t );
73        void setPublicationDate( time_t );
74  };  };
75    
76  typedef class item item_t;  typedef class item item_t;

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

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