diff options
author | lloyd <[email protected]> | 2009-12-27 00:55:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-27 00:55:44 +0000 |
commit | 02954c2ec665809b8cc7e333e32fd710e04e613e (patch) | |
tree | 6d50e933b813480b5dee7fce262beaa3d770a3b4 /src/utils/buf_op/info.txt | |
parent | 3278adc183efac99ae2779069ce1badae77982c1 (diff) |
Add a generalized Buffered_Operation. Relies on tr1 for sane callbacks
(std::tr1::function).
Diffstat (limited to 'src/utils/buf_op/info.txt')
-rw-r--r-- | src/utils/buf_op/info.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/utils/buf_op/info.txt b/src/utils/buf_op/info.txt new file mode 100644 index 000000000..657a1e0c4 --- /dev/null +++ b/src/utils/buf_op/info.txt @@ -0,0 +1,11 @@ +define BUFFERED_OPERATION + +uses_tr1 yes + +<source> +buf_op.cpp +</source> + +<header:public> +buf_op.h +</header:public> |