root / windows / trunk / apps / communitycoreweb / ccs-win / src / responses / ccwConfigResponse.h @ 23
View | Annotate | Download (341 Bytes)
| 1 | /*
|
|---|---|
| 2 | * ccwConfigResponse.h |
| 3 | * communitycoreweb |
| 4 | * |
| 5 | * Created by Jake on 16/08/2010. |
| 6 | * Copyright 2010 NUI Group. All rights reserved. |
| 7 | * |
| 8 | */ |
| 9 | |
| 10 | #ifndef __CCWCONFIGRESPONSE__
|
| 11 | #define __CCWCONFIGRESPONSE__
|
| 12 | |
| 13 | #include "ofxWSRequestHandler.h" |
| 14 | |
| 15 | class ccwConfigResponse : public ofxWSRequestHandler {
|
| 16 | public:
|
| 17 | void httpGet(string url);
|
| 18 | }; |
| 19 | |
| 20 | #endif |
