Subversion Repositories eFlore/Applications.cel

Rev

Rev 70 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 70 Rev 140
Line 22... Line 22...
22
				 new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne()) ;
22
				 new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne()) ;
23
			 } 
23
			 } 
24
			 else { // Mode hosted
24
			 else { // Mode hosted
25
				 RootPanel.get().add(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
25
				 RootPanel.get().add(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
26
			 }
26
			 }
27
		  
27
			 
28
		  // On appelle la gestion de l'identification
-
 
29
		  // Veillez d'ailleurs a ne pas appeller de services dans les constructeurs
-
 
30
		  
-
 
31
			 carnetEnLigneMediateur.getEtatUtilisateur(); 
28
			 carnetEnLigneMediateur.getEtatUtilisateur() ;
32
	  
-
 
33
	}
29
	}
34
}
30
}