Changeset 15143 for platform/eclipse/sabotter/trunk/jp.xet.sabotter.core/src/jp/xet/sabotter/core/wassr/WassrService.java
- Timestamp:
- 07/04/08 12:48:31 (6 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
r15114 r15143 34 34 private String myId; 35 35 36 /** wassr サービスの ID です */ 37 public static final String SERVICE_ID = "Wassr"; 38 36 39 37 40 /** … … 47 50 */ 48 51 public String getServiceId() { 49 return "Wassr";52 return SERVICE_ID; 50 53 } 51 54 … … 54 57 */ 55 58 public void setAccount(String userId, String password) { 56 // TODO! 59 client.setUserId(userId); 60 client.setPassword(password); 57 61 } 58 62 … … 60 64 * {@inheritDoc} 61 65 */ 62 public void changeAccount(String user name, String password) {63 // TODO Auto-generated method stub64 66 public void changeAccount(String userId, String password) { 67 client.setUserId(userId); 68 client.setPassword(password); 65 69 } 66 70
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)