Revision: 3740
Author:   seba.wagner
Date:     Tue Apr 26 02:02:07 2011
Log:      [No log message]
http://code.google.com/p/openmeetings/source/detail?r=3740

Modified:
/trunk/singlewebapp/src/app/org/openmeetings/app/data/basic/dao/SOAPLoginDaoImpl.java

=======================================
--- /trunk/singlewebapp/src/app/org/openmeetings/app/data/basic/dao/SOAPLoginDaoImpl.java Thu Nov 4 04:04:47 2010 +++ /trunk/singlewebapp/src/app/org/openmeetings/app/data/basic/dao/SOAPLoginDaoImpl.java Tue Apr 26 02:02:07 2011
@@ -35,7 +35,8 @@
        public String addSOAPLogin(String sessionHash, Long room_id,
                                boolean becomemoderator, boolean 
showAudioVideoTest,
                                boolean allowSameURLMultipleTimes, Long 
recording_id,
-                               boolean showNickNameDialog, String landingZone) 
{
+                               boolean showNickNameDialog, String landingZone,
+                               boolean allowRecording) {
                try {

                        String thistime = "TIME_"+(new Date().getTime());
@@ -58,6 +59,7 @@
                        soapLogin.setShowAudioVideoTest(showAudioVideoTest);
                        soapLogin.setShowNickNameDialog(showNickNameDialog);
                        soapLogin.setLandingZone(landingZone);
+                       soapLogin.setAllowRecording(allowRecording);

                        Long soapLoginId = (Long) session.save(soapLogin);

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to