diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-07-24 14:59:08 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-07-24 14:59:08 +0000 |
commit | 2e92509f90c986109d3b5375721dc17bc6851485 (patch) | |
tree | 873dfc8cb53d959a8ae0479bdbce44a8a86c4f9a /TAO/TAO_IDL/be_include | |
parent | 8f469a5f03d12b85330b69c86ef34194d162e44c (diff) | |
download | ATCD-2e92509f90c986109d3b5375721dc17bc6851485.tar.gz |
ChangeLogTag: Wed Jul 24 14:55:23 UTC 2013 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be_include')
-rw-r--r-- | TAO/TAO_IDL/be_include/be_visitor_operation/rettype_return_cs.h | 2 | ||||
-rw-r--r-- | TAO/TAO_IDL/be_include/be_visitor_valuetype/field_cdr_cs.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_operation/rettype_return_cs.h b/TAO/TAO_IDL/be_include/be_visitor_operation/rettype_return_cs.h index 2e8feac6db8..192778ae313 100644 --- a/TAO/TAO_IDL/be_include/be_visitor_operation/rettype_return_cs.h +++ b/TAO/TAO_IDL/be_include/be_visitor_operation/rettype_return_cs.h @@ -15,7 +15,7 @@ #ifndef _BE_VISITOR_OPERATION_RETTYPE_RETURN_CS_H_ -#define _BE_VISITOR_OPERATION_RETTYPE_CS_H_ +#define _BE_VISITOR_OPERATION_RETTYPE_RETURN_CS_H_ // ************************************************************ // Operation visitor for returning the return val diff --git a/TAO/TAO_IDL/be_include/be_visitor_valuetype/field_cdr_cs.h b/TAO/TAO_IDL/be_include/be_visitor_valuetype/field_cdr_cs.h index ffd5f0d1124..943972d990f 100644 --- a/TAO/TAO_IDL/be_include/be_visitor_valuetype/field_cdr_cs.h +++ b/TAO/TAO_IDL/be_include/be_visitor_valuetype/field_cdr_cs.h @@ -13,8 +13,8 @@ //============================================================================= -#ifndef _BE_VISITOR_VALUETYPE_FIELD_CDR_C_H_ -#define _BE_VISITOR_VALUETYPE_FIELD_CDR_CI_H_ +#ifndef _BE_VISITOR_VALUETYPE_FIELD_CDR_CS_H_ +#define _BE_VISITOR_VALUETYPE_FIELD_CDR_CS_H_ #include "be_visitor_scope.h" @@ -123,4 +123,4 @@ public: virtual int visit_typedef (be_typedef *node); }; -#endif /* _BE_VISITOR_VALUETYPE_FIELD_CDR_CI_H_ */ +#endif /* _BE_VISITOR_VALUETYPE_FIELD_CDR_CS_H_ */ |