test clientsFile handlers.
[vamsas.git] / src / org / vamsas / client / SimpleClient.java
index 472e3dd..e70ffec 100644 (file)
@@ -40,7 +40,7 @@ public class SimpleClient implements IClient {
   
   /*
    * (non-Javadoc)
-   * 
+   * TODO: check that build substitution variables are correct
    * @see org.vamsas.client.IClient#getAbout()
    */
   public String getAbout() {
@@ -352,4 +352,12 @@ private static Object[] getVamsasDocument(Reader instream,
 
   public static void main(String[] args) {
   }
+
+  /* (non-Javadoc)
+   * @see org.vamsas.client.IClient#joinSession()
+   */
+  public void joinSession() throws Exception {
+    // TODO Auto-generated method stub
+    
+  }
 }