|
From: Michael R. <mr...@us...> - 2004-08-09 10:06:43
|
Update of /cvsroot/openorb/OpenORB/src/idl/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32062/src/idl/test Modified Files: test.idl Log Message: Added the fragmented test case from Michael Macaluso Index: test.idl =================================================================== RCS file: /cvsroot/openorb/OpenORB/src/idl/test/test.idl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- test.idl 9 Jul 2002 08:51:34 -0000 1.4 +++ test.idl 9 Aug 2004 10:06:35 -0000 1.5 @@ -19,4 +19,6 @@ #include "state.idl" #include "value.idl" +#include "fragmentedmessage.idl" + #include "benchmark.idl" |