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_ */