Changeset 15114 for platform/eclipse/sabotter/trunk/jp.xet.sabotter.core/src/jp/xet/sabotter/core/wassr/WassrService.java
- Timestamp:
- 07/03/08 19:49:47 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
platform/eclipse/sabotter/trunk/jp.xet.sabotter.core/src/jp/xet/sabotter/core/wassr/WassrService.java
r15107 r15114 40 40 public WassrService() { 41 41 client = new HttpClient(); 42 42 43 } 43 44 … … 52 53 * {@inheritDoc} 53 54 */ 54 public void setUserId(String userId) { 55 this.myId = userId; 56 client.setUserId(userId); 57 } 58 59 /** 60 * {@inheritDoc} 61 */ 62 public void setPassword(String password) { 63 client.setPassword(password); 55 public void setAccount(String userId, String password) { 56 // TODO! 64 57 } 65 58 … … 75 68 * {@inheritDoc} 76 69 */ 77 public void createFavorite(String id, MiniblogServiceResponceListener listener) {70 public void createFavorite(String statusId, MiniblogServiceResponceListener listener) { 78 71 // TODO Auto-generated method stub 79 72
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)