Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/xnpal.cc

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

revision 1.31 by aga, Wed Feb 9 02:14:15 2005 UTC revision 1.32 by aga, Wed Feb 9 07:23:50 2005 UTC
# Line 509  private: Line 509  private:
509                  if ( hashGetString( ht, "country"           , &p ) ) setCountry          ( p );                  if ( hashGetString( ht, "country"           , &p ) ) setCountry          ( p );
510                  if ( hashGetString( ht, "zipcode"           , &p ) ) setZipcode          ( p );                  if ( hashGetString( ht, "zipcode"           , &p ) ) setZipcode          ( p );
511                  if ( hashGetString( ht, "fax"               , &p ) ) setFax              ( p );                  if ( hashGetString( ht, "fax"               , &p ) ) setFax              ( p );
                 if ( hashGetString( ht, "base_url"          , &p ) ) setBaseURL          ( p );  
512                  if ( hashGetLong  ( ht, "notice_mail"       , &l ) ) setNoticeMail       ( l );                  if ( hashGetLong  ( ht, "notice_mail"       , &l ) ) setNoticeMail       ( l );
513                  if ( hashGetLong  ( ht, "notice_mail_since" , &l ) ) setNoticeMailSince  ( l );                  if ( hashGetLong  ( ht, "notice_mail_since" , &l ) ) setNoticeMailSince  ( l );
514                  if ( hashGetLong  ( ht, "private_index_id " , &l ) ) setPrivateIndexID   ( l );                  if ( hashGetLong  ( ht, "private_index_id " , &l ) ) setPrivateIndexID   ( l );
# Line 1007  result_t accountToZval( const account_t Line 1006  result_t accountToZval( const account_t
1006          add_assoc_string( z, "country", ( char* )pAccount -> getCountry( ), 1 );          add_assoc_string( z, "country", ( char* )pAccount -> getCountry( ), 1 );
1007          add_assoc_string( z, "zipcode", ( char* )pAccount -> getZipcode( ), 1 );          add_assoc_string( z, "zipcode", ( char* )pAccount -> getZipcode( ), 1 );
1008          add_assoc_string( z, "fax", ( char* )pAccount -> getFax( ), 1 );          add_assoc_string( z, "fax", ( char* )pAccount -> getFax( ), 1 );
         add_assoc_string( z, "base_url", ( char* )pAccount -> getBaseURL( ), 1 );  
1009          add_assoc_long( z, "notice_mail", pAccount -> getNoticeMail( ) );          add_assoc_long( z, "notice_mail", pAccount -> getNoticeMail( ) );
1010          add_assoc_long( z, "notice_mail_since", pAccount -> getNoticeMailSince( ) );          add_assoc_long( z, "notice_mail_since", pAccount -> getNoticeMailSince( ) );
1011          add_assoc_long( z, "private_index_id", pAccount -> getPrivateIndexID( ) );          add_assoc_long( z, "private_index_id", pAccount -> getPrivateIndexID( ) );

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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