aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/buf_op/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-12-27 00:55:44 +0000
committerlloyd <[email protected]>2009-12-27 00:55:44 +0000
commit02954c2ec665809b8cc7e333e32fd710e04e613e (patch)
tree6d50e933b813480b5dee7fce262beaa3d770a3b4 /src/utils/buf_op/info.txt
parent3278adc183efac99ae2779069ce1badae77982c1 (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.txt11
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>