- Timestamp:
- 08/27/08 15:41:28 (3 months ago)
- Location:
- lang/c/mpio/trunk/mp
- Files:
-
- 1 added
- 3 modified
-
Makefile (modified) (3 diffs)
-
callback_message.pre.h (added)
-
object_callback.pre.h (modified) (1 diff)
-
utility.pre.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/mpio/trunk/mp/Makefile
r18183 r18303 3 3 utility.h \ 4 4 dispatch.h dispatch_impl.h \ 5 io.h io_impl.h ios.h \6 state.h \7 5 byte_array.h byte_array_impl.h \ 8 6 mempool.h mempool_impl.h \ … … 11 9 buffer.h buffer_impl.h \ 12 10 object_callback.h \ 13 object_initializer.h \11 callback_message.h \ 14 12 async.h async_impl.h \ 15 13 serialize.h \ … … 46 44 sublineit.gsub!(/\[MP_ARGS_ITERATOR\]/, "#{it}" ) ;\ 47 45 if it == 1 ;\ 48 sublineit.gsub!(/MP_ARGS_ITERATOR_ COLON/, " " ) ;\46 sublineit.gsub!(/MP_ARGS_ITERATOR_FIRST_COLON/, " " ) ;\ 49 47 else ;\ 50 sublineit.gsub!(/MP_ARGS_ITERATOR_COLON/, "," ) ;\ 48 sublineit.gsub!(/MP_ARGS_ITERATOR_FIRST_COLON/, "," ) ;\ 49 end ;\ 50 if it == n ;\ 51 sublineit.gsub!(/MP_ARGS_ITERATOR_LAST_COLON/, " " ) ;\ 52 else ;\ 53 sublineit.gsub!(/MP_ARGS_ITERATOR_LAST_COLON/, "," ) ;\ 51 54 end ;\ 52 55 subresult << sublineit ;\ -
lang/c/mpio/trunk/mp/object_callback.pre.h
r18183 r18303 21 21 22 22 namespace mp { 23 24 25 template <typename T> 26 static void object_destructor(void* obj) 27 { 28 reinterpret_cast<T*>(obj)->~T(); 29 } 23 30 24 31 -
lang/c/mpio/trunk/mp/utility.pre.h
r18183 r18303 19 19 #ifndef MP_UTILITY_H__ 20 20 #define MP_UTILITY_H__ 21 22 #include <memory> 21 23 22 24 namespace mp {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)