Updated
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@879 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -12,8 +12,13 @@
|
||||
#define RETURN_OR_EXCEPT(code) return code
|
||||
#endif
|
||||
|
||||
class IBuffer
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
class Buffer
|
||||
class Buffer : public IBuffer
|
||||
{
|
||||
public:
|
||||
enum Result
|
||||
@@ -90,5 +95,4 @@ class Buffer
|
||||
|
||||
#include "Buffer.tcc"
|
||||
|
||||
|
||||
#endif // __PROCESSOR_BUFFER_HPP__
|
||||
Reference in New Issue
Block a user