Started work on bazaar

This commit is contained in:
Light2
2014-04-11 23:47:03 +02:00
parent 7eaed057c7
commit ea8bc53394
25 changed files with 1349 additions and 10 deletions
@@ -11343,4 +11343,8 @@ public class ResourceService implements INetworkDispatch {
}
return containerObject;
}
public Vector<String> getCompleteResourceNameHistory() {
return completeResourceNameHistory;
}
}