Menu

[r712]: / framework2 / trunk / cppcms / service.h  Maximize  Restore  History

Download this file

20 lines (13 with data), 353 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
#ifndef CPPCMS_SERVICE_H
#define CPPCMS_SERVICE_H
#include <cppcms/defs.h>
#include <cppcms/util/noncopyable.h>
namespace cppcms {
class CPPCMS_API service : public util::noncopyable {
public:
void mount(std::string path_prefix,std::auto_ptr<application_factory> factory);
service(int argv,char **argc);
void run();
};
} // cppcms
#endif
MongoDB Logo MongoDB