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