/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
- // -*- objc -*-
- #ifndef __LOGIN_H__
- #define __LOGIN_H__
- #include <GSWeb/GSWeb.h>
- #import "SAWUIController.h"
- #import "SAWUIComponent.h"
- @interface Login: SAWUIComponent < RowRepetition >
- {
- }
- - (id)init;
- - (void)dealloc;
- /* WO overridings */
- -(void)appendToResponse:(GSWResponse *)aResponse
- inContext:(GSWContext *)aContext;
- /* SAWUI specific */
- - (NSString *)entityName;
- @end /* Login */
- #endif /* __LOGIN_H__ */