Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/pubmed.h

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

revision 1.1 by youi, Fri Jan 21 01:39:01 2005 UTC revision 1.2 by youi, Sat Jan 22 09:26:29 2005 UTC
# Line 15  public: Line 15  public:
15      const char* getTitle( ) const;      const char* getTitle( ) const;
16      const char* getAuthor( ) const;      const char* getAuthor( ) const;
17      const char* getJournal( ) const;      const char* getJournal( ) const;
18      int getPubYear( ) const;      int getYearOfPublication( ) const;
19      int getVolume( ) const;      int getVolume( ) const;
20      int getNumber( ) const;      int getNumber( ) const;
21      const char* getPage( ) const;      const char* getPage( ) const;
# Line 25  public: Line 25  public:
25      void setTitle( const char* );      void setTitle( const char* );
26      void setAuthor( const char* );      void setAuthor( const char* );
27      void setJournal( const char* );      void setJournal( const char* );
28      void setPubYear( int );      void setYearOfPublication( int );
29      void setVolume( int );      void setVolume( int );
30      void setNumber( int );      void setNumber( int );
31      void setPage( const char* );      void setPage( const char* );

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