bref
API 2014 of the Zia HTTP server.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
/Users/giersc_v/projets/zia/api/include/bref/Buffer.h
Go to the documentation of this file.
00001 
00010 #ifndef BREF_API_BUFFER_H_
00011 #define BREF_API_BUFFER_H_
00012 
00013 #include <vector>
00014 
00015 namespace bref {
00016 
00024 typedef std::vector<char> Buffer;
00025 
00026 } // ! bref
00027 
00028 #endif /* !BREF_API_BUFFER_H_ */