]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - idlcomp/languages/c++/main.cc
Move arrays to Util namespace, add parametric allocator.
[polintos/scott/priv.git] / idlcomp / languages / c++ / main.cc
index 57f94556bb594a17bee0a493c64c88731ab98704..ab4289c596e5c3dee5e3af14e35d0c00e6ef9d47 100644 (file)
@@ -259,7 +259,7 @@ void cpp_output_type(ostream &file, Type *t, bool array, bool is_mutable)
        cpp_output_name(file, t);
 
        if (array)
-               file << ">";
+               file << ", ::System::RunTime::ORBMM>";
 
        file << ' ';
 }
@@ -293,7 +293,7 @@ void cpp_output_type(ostream &file, CompiledBasicType &t, bool is_mutable)
        }
        
        if (is_array(t))
-               file << '>';
+               file << ", ::System::RunTime::ORBMM>";
        
        file << ' ';
 }