]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - idlcomp/vtable-sample.h
Move arrays to Util namespace, add parametric allocator.
[polintos/scott/priv.git] / idlcomp / vtable-sample.h
index bffd75fa43c8b4d05c17dac5b564db8124414ce3..eff0f4c1b65af2cd93ca0d688711f76030385117 100644 (file)
@@ -187,10 +187,10 @@ namespace IO {
 
                        struct methods {
                                void (*read)(::System::IO::_i_IStream *_this, 
-                                            Array<char> *buf, uint64_t *len);
+                                            Array<char, ::System::RunTime::ORBMM> *buf, uint64_t *len);
                                
                                void (*read_async)(::System::IO::_i_IStream *_this,
-                                                  Array<unsigned char> *buf,
+                                                  Array<unsigned char, ::System::RunTime::ORBMM> *buf,
                                                   ::System::Notifier *notifier);
                        } methods;
                } info;
@@ -322,10 +322,10 @@ namespace IO {
 
                        struct methods {
                                void (*read)(::System::IO::_i_IStream *_this, 
-                                            Array<char> *buf, uint64_t *len);
+                                            Array<char, ::System::RunTime::ORBMM> *buf, uint64_t *len);
                                
                                void (*read_async)(::System::IO::_i_IStream *_this,
-                                                  Array<unsigned char> *buf,
+                                                  Array<unsigned char, ::System::RunTime::ORBMM> *buf,
                                                   ::System::Notifier *notifier);
 
                                void (*write)(::System::IO::_i_OStream *_this, unsigned char *buf,