aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/gui/AccountRegistrationWizard.java
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2009-01-21 12:51:15 +0000
committerYana Stamcheva <yana@jitsi.org>2009-01-21 12:51:15 +0000
commit333a823b1417bfe834e7090a19d95a510b1b51e0 (patch)
tree26a56dbd25ba307a037a589a34e910449fe91fd6 /src/net/java/sip/communicator/service/gui/AccountRegistrationWizard.java
parenta832239300e3479bffad2a955b00bb555e55c44a (diff)
downloadjitsi-333a823b1417bfe834e7090a19d95a510b1b51e0.zip
jitsi-333a823b1417bfe834e7090a19d95a510b1b51e0.tar.gz
jitsi-333a823b1417bfe834e7090a19d95a510b1b51e0.tar.bz2
- Fixes Issue #: 434 Wrong ID when try to install an already installed account.
- Removes the "Override server" option from account wizards. - Adds a property to the ProtocolProviderFactory which indicates if the server has been modified
Diffstat (limited to 'src/net/java/sip/communicator/service/gui/AccountRegistrationWizard.java')
-rw-r--r--src/net/java/sip/communicator/service/gui/AccountRegistrationWizard.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/net/java/sip/communicator/service/gui/AccountRegistrationWizard.java b/src/net/java/sip/communicator/service/gui/AccountRegistrationWizard.java
index e5d8dc2..7a9b949 100644
--- a/src/net/java/sip/communicator/service/gui/AccountRegistrationWizard.java
+++ b/src/net/java/sip/communicator/service/gui/AccountRegistrationWizard.java
@@ -118,9 +118,9 @@ public interface AccountRegistrationWizard
/**
* Defines the operations that will be executed when the user clicks on
* the wizard "Signin" button.
- *
*/
- public ProtocolProviderService signin();
+ public ProtocolProviderService signin()
+ throws OperationFailedException;
/**
* Defines the operations that will be executed when the user clicks on
@@ -130,7 +130,8 @@ public interface AccountRegistrationWizard
* @param password the password to sign in with
*/
public ProtocolProviderService signin( String userName,
- String password);
+ String password)
+ throws OperationFailedException;
/**
* Returns <code>true</code> if the web sign up is supported by the current