root / windows / trunk / apps / communitycoreweb / ccs-win / src / responses / ccwConfigResponse.h @ 23

View | Annotate | Download (341 Bytes)

1 23 jake
/*
2 23 jake
 *  ccwConfigResponse.h
3 23 jake
 *  communitycoreweb
4 23 jake
 *
5 23 jake
 *  Created by Jake on 16/08/2010.
6 23 jake
 *  Copyright 2010 NUI Group. All rights reserved.
7 23 jake
 *
8 23 jake
 */
9 23 jake
10 23 jake
#ifndef __CCWCONFIGRESPONSE__
11 23 jake
#define __CCWCONFIGRESPONSE__
12 23 jake
13 23 jake
#include "ofxWSRequestHandler.h"
14 23 jake
15 23 jake
class ccwConfigResponse : public ofxWSRequestHandler {
16 23 jake
        public:
17 23 jake
        void httpGet(string url);
18 23 jake
};
19 23 jake
20 23 jake
#endif