diff options
author | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-27 22:19:01 +0000 |
---|---|---|
committer | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-27 22:19:01 +0000 |
commit | 8cea4b1f29793955a886c3dde23f58baba8cc901 (patch) | |
tree | 5b5b6ca167f279b8efc944a31e10066c00e85e71 /TAO/tests/Param_Test/objref_struct.h | |
parent | 9353ba4049bd66a1333334504625f4973583b491 (diff) | |
download | ATCD-8cea4b1f29793955a886c3dde23f58baba8cc901.tar.gz |
Modified the Makefiles and the source files to have the
IDL-compiler-generated stubs to have Ser.h & Ser.cpp suffix and the
skeletons to have Cli.h & Cli.cpp.
Just an example to show the newly added IDL compiler options for
optional file name endings.
Diffstat (limited to 'TAO/tests/Param_Test/objref_struct.h')
-rw-r--r-- | TAO/tests/Param_Test/objref_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/objref_struct.h b/TAO/tests/Param_Test/objref_struct.h index 4de7a72d9a8..20e6283deed 100644 --- a/TAO/tests/Param_Test/objref_struct.h +++ b/TAO/tests/Param_Test/objref_struct.h @@ -19,7 +19,7 @@ #if !defined (PARAM_TEST_OBJREF_STRUCT_H) #define PARAM_TEST_OBJREF_STRUCT_H -#include "param_testC.h" +#include "param_testCli.h" // =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* // test variable sized structs |