/SA.Framework/SAWUI/Login.h

http://eeframework.googlecode.com/ · C Header · 25 lines · 15 code · 7 blank · 3 comment · 0 complexity · c81d69bd97721baa4ec79c3a8d0b6023 MD5 · raw file

  1. // -*- objc -*-
  2. #ifndef __LOGIN_H__
  3. #define __LOGIN_H__
  4. #include <GSWeb/GSWeb.h>
  5. #import "SAWUIController.h"
  6. #import "SAWUIComponent.h"
  7. @interface Login: SAWUIComponent < RowRepetition >
  8. {
  9. }
  10. - (id)init;
  11. - (void)dealloc;
  12. /* WO overridings */
  13. -(void)appendToResponse:(GSWResponse *)aResponse
  14. inContext:(GSWContext *)aContext;
  15. /* SAWUI specific */
  16. - (NSString *)entityName;
  17. @end /* Login */
  18. #endif /* __LOGIN_H__ */