aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/string-sequence.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/string-sequence.hxx')
-rw-r--r--libxsde/xsde/cxx/string-sequence.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/string-sequence.hxx b/libxsde/xsde/cxx/string-sequence.hxx
index 50c0025..1278cfc 100644
--- a/libxsde/xsde/cxx/string-sequence.hxx
+++ b/libxsde/xsde/cxx/string-sequence.hxx
@@ -109,6 +109,11 @@ namespace xsde
char*
detach (iterator);
+ // Attach a string to the sequence at a given position.
+ //
+ void
+ attach (iterator, char*);
+
#ifndef XSDE_EXCEPTIONS
error
#else