Added User Feedback support.

This commit is contained in:
magenoxx 2012-01-26 22:13:44 +04:00
parent e50de69420
commit 3434dc1a97
14 changed files with 1065 additions and 149 deletions

View file

@ -125,4 +125,7 @@ public interface MageServer {
// messages of the day
public Object getServerMessagesCompressed(String sessionId) throws MageException;
// feedback
public void sendFeedbackMessage(String sessionId, String username, String title, String type, String message, String email) throws MageException;
}