added todo for making library automatically construct the user handle
[vamsas.git] / src / org / vamsas / test / ExampleApplication.java
index 37e1498..071d20d 100644 (file)
@@ -21,7 +21,7 @@ import java.util.Vector;
 
 public class ExampleApplication {
   private static ClientHandle app;
-  private static UserHandle user;
+  private static UserHandle user; // TODO: make this something defined by the api
   private static IClientFactory clientfactory;
   private static IClient vorbaclient;
   private static byte[] mydata;