]> err.no Git - sope/blob - sopex/Samples/WOxExtTest/Session.h
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1201 e4a50df8-12e2-0310-a44c...
[sope] / sopex / Samples / WOxExtTest / Session.h
1 //
2 // Session.h
3 // Project WOExtTest
4 //
5 // Created by helge on Mon Feb 16 2004
6 //
7
8 #ifndef __Session_H_
9 #define __Session_H_
10
11 #include <NGObjWeb/NGObjWeb.h>
12
13
14 @interface Session : WOSession
15 {
16
17 }
18
19 @end
20
21 #endif  /* __Session_H_ */