aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/cdr/istream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/hybrid/cdr/istream.hxx')
-rw-r--r--libxsde/xsde/cxx/hybrid/cdr/istream.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/libxsde/xsde/cxx/hybrid/cdr/istream.hxx b/libxsde/xsde/cxx/hybrid/cdr/istream.hxx
index 484010b..db61f88 100644
--- a/libxsde/xsde/cxx/hybrid/cdr/istream.hxx
+++ b/libxsde/xsde/cxx/hybrid/cdr/istream.hxx
@@ -155,22 +155,22 @@ namespace xsde
#ifdef XSDE_EXCEPTIONS
template <typename T>
- void operator>> (icdrstream&, pod_seq<T>&);
+ void operator>> (icdrstream&, pod_sequence<T>&);
template <typename T>
- void operator>> (icdrstream&, fix_seq<T>&);
+ void operator>> (icdrstream&, fix_sequence<T>&);
template <typename T>
- void operator>> (icdrstream&, var_seq<T>&);
+ void operator>> (icdrstream&, var_sequence<T>&);
#else
template <typename T>
- bool operator>> (icdrstream&, pod_seq<T>&);
+ bool operator>> (icdrstream&, pod_sequence<T>&);
template <typename T>
- bool operator>> (icdrstream&, fix_seq<T>&);
+ bool operator>> (icdrstream&, fix_sequence<T>&);
template <typename T>
- bool operator>> (icdrstream&, var_seq<T>&);
+ bool operator>> (icdrstream&, var_sequence<T>&);
#endif
}
}