summaryrefslogtreecommitdiff
path: root/devel/orbitcpp/files/patch-orbitcpp::orb-cpp::orbitcpp_simple_seq.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/orbitcpp/files/patch-orbitcpp::orb-cpp::orbitcpp_simple_seq.h')
-rw-r--r--devel/orbitcpp/files/patch-orbitcpp::orb-cpp::orbitcpp_simple_seq.h22
1 files changed, 10 insertions, 12 deletions
diff --git a/devel/orbitcpp/files/patch-orbitcpp::orb-cpp::orbitcpp_simple_seq.h b/devel/orbitcpp/files/patch-orbitcpp::orb-cpp::orbitcpp_simple_seq.h
index 57dc49bd1e07..655a404a2f4a 100644
--- a/devel/orbitcpp/files/patch-orbitcpp::orb-cpp::orbitcpp_simple_seq.h
+++ b/devel/orbitcpp/files/patch-orbitcpp::orb-cpp::orbitcpp_simple_seq.h
@@ -1,26 +1,24 @@
---- orbitcpp/orb-cpp/orbitcpp_simple_seq.h.orig Fri May 30 02:10:38 2003
-+++ orbitcpp/orb-cpp/orbitcpp_simple_seq.h Wed Jul 23 10:56:55 2003
-@@ -35,6 +35,7 @@
- class SimpleSeqBase: public SequenceBase <typename Traits::value_t,
- typename Traits::c_value_t, typename Traits::c_seq_t>
- {
-+ public:
- typedef Traits traits_t;
- typedef typename Traits::value_t value_t;
- typedef typename traits_t::c_value_t c_value_t;
-@@ -91,6 +92,7 @@
+--- orbitcpp/orb-cpp/orbitcpp_simple_seq.h.orig Mon Aug 25 15:17:13 2003
++++ orbitcpp/orb-cpp/orbitcpp_simple_seq.h Mon Aug 25 15:45:11 2003
+@@ -92,8 +92,10 @@
template<class Traits>
class SimpleUnboundedSeq: public SimpleSeqBase<Traits>
{
+ public:
typedef SimpleSeqBase<Traits> Super;
++ typedef typename Super::value_t value_t;
typedef typename Super::size_t size_t;
-@@ -145,6 +147,7 @@
+ typedef typename Super::index_t index_t;
+ typedef typename Super::buffer_t buffer_t;
+@@ -146,8 +148,10 @@
template<class Traits, CORBA::ULong max>
class SimpleBoundedSeq: public SimpleSeqBase<Traits>
{
+ public:
typedef SimpleSeqBase<Traits> Super;
++ typedef typename Super::value_t value_t;
typedef typename Super::size_t size_t;
+ typedef typename Super::index_t index_t;
+ typedef typename Super::buffer_t buffer_t;