mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 04:01:16 +00:00
Ported to WO names. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30689 72102866-910b-0410-8b05-ffd578937521
23 lines
417 B
Objective-C
23 lines
417 B
Objective-C
#include <WebObjects/WebObjects.h>
|
|
#include "DynamicElements.h"
|
|
|
|
/* Those are just empty to make the demo work.
|
|
* In an real application, you might want to add real code to these classes
|
|
* and split them into separate files.
|
|
*/
|
|
|
|
@implementation DynamicElements
|
|
@end
|
|
|
|
@interface Session: WOSession
|
|
@end
|
|
|
|
@implementation Session
|
|
@end
|
|
|
|
@interface DirectAction: WODirectAction
|
|
@end
|
|
|
|
@implementation DirectAction
|
|
@end
|
|
|